Mark test as not flaky
Change-Id: I9c389b111ab7b9a3b90195171d45283219159672 Test: passing - http://screen/3wPzGcPRS78wkuy and http://screen/3ynzVnHUzLVv8Jz Bug: 275340313
This commit is contained in:
@@ -54,7 +54,6 @@ import org.junit.runners.Parameterized
|
||||
@RunWith(Parameterized::class)
|
||||
@Parameterized.UseParametersRunnerFactory(FlickerParametersRunnerFactory::class)
|
||||
@FixMethodOrder(MethodSorters.NAME_ASCENDING)
|
||||
@FlakyTest(bugId = 238367575)
|
||||
class AutoEnterPipOnGoToHomeTest(flicker: FlickerTest) : EnterPipViaAppUiButtonTest(flicker) {
|
||||
/** Defines the transition used to run the test */
|
||||
override val transition: FlickerBuilder.() -> Unit
|
||||
@@ -71,7 +70,7 @@ class AutoEnterPipOnGoToHomeTest(flicker: FlickerTest) : EnterPipViaAppUiButtonT
|
||||
transitions { tapl.goHome() }
|
||||
}
|
||||
|
||||
@FlakyTest(bugId = 256863309)
|
||||
@Presubmit
|
||||
@Test
|
||||
override fun pipLayerReduces() {
|
||||
flicker.assertLayers {
|
||||
|
||||
Reference in New Issue
Block a user