From 679951e594b3219f2a1234beea19240959f1b27d Mon Sep 17 00:00:00 2001 From: Mateusz Cicheński Date: Tue, 1 Nov 2022 17:32:30 +0000 Subject: Promote tests to presubmit. Change-Id: I68caa7511477efb1308bd64e44509ed5d202cda4 Test: atest FlickerTests WMShellFlickerTests, checked the dashboard Bug: 239807171 Bug: 256863309 --- .../android/wm/shell/flicker/pip/AutoEnterPipOnGoToHomeTest.kt | 10 +--------- 1 file changed, 1 insertion(+), 9 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 f8025396ddc9..7546a55c08fa 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 @@ class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest( transitions { tapl.goHome() } } - @FlakyTest + @FlakyTest(bugId = 256863309) @Test override fun pipLayerReduces() { testSpec.assertLayers { @@ -108,14 +108,6 @@ class AutoEnterPipOnGoToHomeTest(testSpec: FlickerTestParameter) : EnterPipTest( } } - @FlakyTest(bugId = 239807171) - @Test - override fun pipAppLayerAlwaysVisible() = super.pipAppLayerAlwaysVisible() - - @FlakyTest(bugId = 239807171) - @Test - override fun pipLayerRemainInsideVisibleBounds() = super.pipLayerRemainInsideVisibleBounds() - @Presubmit @Test override fun focusChanges() { -- cgit v1.2.3-59-g8ed1b