diff options
| author | 2023-05-01 17:45:01 +0000 | |
|---|---|---|
| committer | 2023-05-01 17:45:01 +0000 | |
| commit | b60d3a0c9e8b8c326cf2fd046bcec1c2dfd25f3f (patch) | |
| tree | b0a7c44e007b845feaf4fdc81b578b9c402b7348 | |
| parent | 9303aaa615dce91f196c0371abc1e282b7ccf075 (diff) | |
| parent | fbe79d0489b449ea07eec796a22aad0b1035dbfc (diff) | |
Merge "Mark test as not flaky" into udc-dev am: 40257d4aa3 am: fbe79d0489
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/22935404
Change-Id: If46d5dd38304cb2e54f1dfda00a522f558cab0d8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -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 { |