diff options
| author | 2023-05-01 18:34:53 +0000 | |
|---|---|---|
| committer | 2023-05-01 18:34:53 +0000 | |
| commit | 706c5bceed65a7f388a132dd9cb0907ee5cbc638 (patch) | |
| tree | b0a7c44e007b845feaf4fdc81b578b9c402b7348 /libs | |
| parent | 481fce43fab92d6662d91a42b2223542907f70b8 (diff) | |
| parent | b60d3a0c9e8b8c326cf2fd046bcec1c2dfd25f3f (diff) | |
Merge "Mark test as not flaky" into udc-dev am: 40257d4aa3 am: fbe79d0489 am: b60d3a0c9e
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22935404
Change-Id: I3c4451c19640aece7a3da859034e2cc1429caa30
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt index 93ee6992a98f..a4ac261d1946 100644 --- a/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt +++ b/libs/WindowManager/Shell/tests/flicker/src/com/android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt @@ -54,7 +54,6 @@ import org.junit.runners.Parameterized @RunWith(Parameterized::class) @Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class) @FixMethodOrder(MethodSorters.NAME_ASCENDING) -@FlakyTest(bugId = 238367575) class AutoEnterPipOnGoToHomeTest(flicker: FlickerTest) : EnterPipViaAppUiButtonTest(flicker) { /** Defines the transition used to run the test */ override val transition: FlickerBuilder.() -> Unit @@ -71,7 +70,7 @@ class AutoEnterPipOnGoToHomeTest(flicker: FlickerTest) : EnterPipViaAppUiButtonT transitions { tapl.goHome() } } - @FlakyTest(bugId = 256863309) + @Presubmit @Test override fun pipLayerReduces() { flicker.assertLayers { |