Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 631c3640 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix contentcapture perf tests not executed"

parents 3f4bfd7c 5d59baaf
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -33,7 +33,6 @@ import android.provider.Settings;
import android.util.Log;

import androidx.annotation.NonNull;
import androidx.test.filters.LargeTest;
import androidx.test.rule.ActivityTestRule;

import com.android.compatibility.common.util.ActivitiesWatcher;
@@ -51,7 +50,6 @@ import org.junit.runners.model.Statement;
/**
 * Base class for all content capture tests.
 */
@LargeTest
public abstract class AbstractContentCapturePerfTestCase {

    private static final String TAG = AbstractContentCapturePerfTestCase.class.getSimpleName();
+3 −0
Original line number Diff line number Diff line
@@ -21,11 +21,14 @@ import static com.android.compatibility.common.util.ActivitiesWatcher.ActivityLi
import android.perftests.utils.BenchmarkState;
import android.view.View;

import androidx.test.filters.LargeTest;

import com.android.compatibility.common.util.ActivitiesWatcher.ActivityWatcher;
import com.android.perftests.contentcapture.R;

import org.junit.Test;

@LargeTest
public class LoginTest extends AbstractContentCapturePerfTestCase {

    @Test