Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 85174deb authored by Chris Li's avatar Chris Li
Browse files

Enable Bubble flicker test with Shell transition

The failure should be fixed with ag/16678935

Bug: 213866869
Bug: 205288792
Bug: 214452854
Test: pass existing with shell transition enabled
Change-Id: I2f8696a14d5f2537858e92f05edc2ef7629e4afe
parent f267dc16
Loading
Loading
Loading
Loading
+0 −9
Original line number Diff line number Diff line
@@ -24,9 +24,6 @@ import com.android.server.wm.flicker.FlickerParametersRunnerFactory
import com.android.server.wm.flicker.FlickerTestParameter
import com.android.server.wm.flicker.annotation.Group4
import com.android.server.wm.flicker.dsl.FlickerBuilder
import com.android.wm.shell.flicker.helpers.BaseAppHelper
import org.junit.Assume
import org.junit.Before
import org.junit.runner.RunWith
import org.junit.Test
import org.junit.runners.Parameterized
@@ -62,12 +59,6 @@ class ExpandBubbleScreen(testSpec: FlickerTestParameter) : BaseBubbleScreen(test
            }
        }

    @Before
    fun setup() {
        // This test doesn't work in shell transitions because of b/205288792
        Assume.assumeFalse(BaseAppHelper.isShellTransitionsEnabled())
    }

    @Presubmit
    @Test
    fun testAppIsAlwaysVisible() {
+0 −9
Original line number Diff line number Diff line
@@ -25,9 +25,6 @@ import com.android.server.wm.flicker.FlickerParametersRunnerFactory
import com.android.server.wm.flicker.FlickerTestParameter
import com.android.server.wm.flicker.annotation.Group4
import com.android.server.wm.flicker.dsl.FlickerBuilder
import com.android.wm.shell.flicker.helpers.BaseAppHelper
import org.junit.Assume
import org.junit.Before
import org.junit.runner.RunWith
import org.junit.Test
import org.junit.runners.Parameterized
@@ -70,12 +67,6 @@ class MultiBubblesScreen(testSpec: FlickerTestParameter) : BaseBubbleScreen(test
            }
        }

    @Before
    fun setup() {
        // This test doesn't work in shell transitions because of b/205288792
        Assume.assumeFalse(BaseAppHelper.isShellTransitionsEnabled())
    }

    @Presubmit
    @Test
    fun testAppIsAlwaysVisible() {