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
This commit is contained in:
Chris Li
2022-01-26 14:07:14 +08:00
parent f267dc1655
commit 85174deb62
2 changed files with 0 additions and 18 deletions

View File

@@ -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() {

View File

@@ -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() {