commit | 706c84fd20b6e99dffd6827a0d8259d2f656c2a7 | [log] [tgz] |
---|---|---|
author | Mateusz Cicheński <mateuszc@google.com> | Tue Nov 01 22:47:10 2022 +0000 |
committer | Android (Google) Code Review <android-gerrit@google.com> | Tue Nov 01 22:47:10 2022 +0000 |
tree | 261754bd3c7f1a2deec50dd9eef397331835515b | |
parent | 79dbdbac7764d90c438901bcf88098a06bb53376 [diff] | |
parent | 679951e594b3219f2a1234beea19240959f1b27d [diff] |
Merge "Promote tests to presubmit."
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 f802539..7546a55 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
@@ -80,7 +80,7 @@ transitions { tapl.goHome() } } - @FlakyTest + @FlakyTest(bugId = 256863309) @Test override fun pipLayerReduces() { testSpec.assertLayers { @@ -108,14 +108,6 @@ } } - @FlakyTest(bugId = 239807171) - @Test - override fun pipAppLayerAlwaysVisible() = super.pipAppLayerAlwaysVisible() - - @FlakyTest(bugId = 239807171) - @Test - override fun pipLayerRemainInsideVisibleBounds() = super.pipLayerRemainInsideVisibleBounds() - @Presubmit @Test override fun focusChanges() {