commit | 679951e594b3219f2a1234beea19240959f1b27d | [log] [tgz] |
---|---|---|
author | Mateusz Cicheński <mateuszc@google.com> | Tue Nov 01 17:32:30 2022 +0000 |
committer | Mateusz Cicheński <mateuszc@google.com> | Tue Nov 01 17:56:55 2022 +0000 |
tree | 1e9093a0dd8ab6a1972dfcfb2b3b3f1a98b608c3 | |
parent | 59eec43b747dc52d0c7ada8c7db2c60110355a6f [diff] |
Promote tests to presubmit. Change-Id: I68caa7511477efb1308bd64e44509ed5d202cda4 Test: atest FlickerTests WMShellFlickerTests, checked the dashboard Bug: 239807171 Bug: 256863309
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() {