diff options
| author | 2021-06-04 12:11:17 -0400 | |
|---|---|---|
| committer | 2021-06-04 12:11:17 -0400 | |
| commit | 8675d85d7622755a57f7b01a6bc6fc3df7f1cbf8 (patch) | |
| tree | 4e3e706c2df81e1ba4318b15ccffaa476603c67d | |
| parent | 79f5d3f4fc36a0dc5f7b1e2deca89404a4bbef35 (diff) | |
Ignore ScrollCaptureFrameworkSmokeTest until bug fixed
Bug: 189958075
Test: presubmit
Change-Id: I63125756c1fbcdc46d4efd3aa1933b37eb3c4904
| -rw-r--r-- | packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java b/packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java index 54d973266ff3..de97bc36be56 100644 --- a/packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java +++ b/packages/SystemUI/tests/src/com/android/systemui/screenshot/ScrollCaptureFrameworkSmokeTest.java @@ -35,6 +35,7 @@ import androidx.test.platform.app.InstrumentationRegistry; import com.android.systemui.SysuiTestCase; +import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; @@ -46,6 +47,7 @@ import java.util.concurrent.TimeUnit; */ @RunWith(AndroidTestingRunner.class) @SmallTest +@Ignore public class ScrollCaptureFrameworkSmokeTest extends SysuiTestCase { private static final String TAG = "ScrollCaptureFrameworkSmokeTest"; private volatile ScrollCaptureResponse mResponse; |