Merge "Disable failing visible consecutive layers assertion" into tm-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
eca6ae398d
@@ -98,6 +98,12 @@ class CloseAppBackButtonTest(testSpec: FlickerTestParameter) : CloseAppTransitio
|
|||||||
super.statusBarLayerRotatesScales()
|
super.statusBarLayerRotatesScales()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** {@inheritDoc} */
|
||||||
|
@FlakyTest(bugId = 229762973)
|
||||||
|
@Test
|
||||||
|
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
|
||||||
|
super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
/**
|
/**
|
||||||
* Creates the test configurations.
|
* Creates the test configurations.
|
||||||
|
|||||||
@@ -101,11 +101,10 @@ class CloseAppHomeButtonTest(testSpec: FlickerTestParameter) : CloseAppTransitio
|
|||||||
}
|
}
|
||||||
|
|
||||||
/** {@inheritDoc} */
|
/** {@inheritDoc} */
|
||||||
@Presubmit
|
@FlakyTest(bugId = 229762973)
|
||||||
@Test
|
@Test
|
||||||
override fun visibleLayersShownMoreThanOneConsecutiveEntry() {
|
override fun visibleLayersShownMoreThanOneConsecutiveEntry() =
|
||||||
super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
super.visibleLayersShownMoreThanOneConsecutiveEntry()
|
||||||
}
|
|
||||||
|
|
||||||
companion object {
|
companion object {
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user