Skip to content

Commit 8f34812

Browse files
author
Chavi Weingarten
committed
[DO NOT MERGE] Remove SurfaceViewSyncTest from running on cf
Test is taking 1min per test so disable for now. The test is not slow on later releases so don't upstream this change Bug: 307536409 Test: presubmit Change-Id: I07788a891eda579a1e7f1c0d164acbf50db296db
1 parent c7b005a commit 8f34812

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/surfacecontrol/src/android/view/surfacecontrol/cts/SurfaceViewSyncTest.java

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@
3939
import android.widget.FrameLayout;
4040

4141
import androidx.test.filters.LargeTest;
42+
import androidx.test.filters.RequiresDevice;
4243
import androidx.test.rule.ActivityTestRule;
4344
import androidx.test.runner.AndroidJUnit4;
4445

@@ -51,6 +52,7 @@
5152
@RunWith(AndroidJUnit4.class)
5253
@LargeTest
5354
@SuppressLint("RtlHardcoded")
55+
@RequiresDevice
5456
public class SurfaceViewSyncTest {
5557
private static final String TAG = "SurfaceViewSyncTests";
5658

0 commit comments

Comments
 (0)