diff options
| author | 2023-07-25 15:55:27 +0000 | |
|---|---|---|
| committer | 2023-07-25 15:55:27 +0000 | |
| commit | 09c26762d47d17a1e83ece62d75dfcb32ca278b9 (patch) | |
| tree | 0c637ee33c9a68754602fe55ea349b4ad8cab599 | |
| parent | d0d0afc5ac6ccdd1d0d720ba492b70e209cf91fb (diff) | |
Mark ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest#snapshotStartingWindowLayerCoversExactlyOnApp as flaky
Bug: 293096776
Test: N/A
Change-Id: Ic06d217616507802d28cc1e1aa2e8d67447c2bb8
| -rw-r--r-- | tests/FlickerTests/src/com/android/server/wm/flicker/ime/ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest.kt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest.kt index ea7c7c4276dc..0ee07483eaa6 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/ime/ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest.kt @@ -73,7 +73,7 @@ class ShowImeOnAppStartWhenLaunchingAppFromFixedOrientationTest(flicker: LegacyF @Presubmit @Test fun imeLayerBecomesVisible() = flicker.imeLayerBecomesVisible() - @Presubmit + @FlakyTest(bugId = 293096776) @Test fun snapshotStartingWindowLayerCoversExactlyOnApp() { flicker.snapshotStartingWindowLayerCoversExactlyOnApp(imeTestApp) |