Disable flaky tests
Some NavBar assertions are flaky. Disable them until the issue is fixed Bug: 161858082 Bug: 140855415 Test: atest FlickerTests Change-Id: I5c0e33ded0bd7d8a0219ea8b7c60d579785af8d2
This commit is contained in:
@@ -84,7 +84,7 @@ class CloseImeAutoOpenWindowToHomeTest(
|
||||
navBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
statusBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
noUncoveredRegions(rotation, Surface.ROTATION_0, allStates = false)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0, bugId = 140855415)
|
||||
statusBarLayerRotatesScales(rotation, Surface.ROTATION_0)
|
||||
imeLayerBecomesInvisible(bugId = 141458352)
|
||||
imeAppLayerBecomesInvisible(testApp, bugId = 153739621)
|
||||
|
||||
@@ -92,7 +92,7 @@ open class CloseImeWindowToHomeTest(
|
||||
navBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
statusBarLayerIsAlwaysVisible(bugId = 140855415)
|
||||
noUncoveredRegions(rotation, Surface.ROTATION_0, allStates = false)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0)
|
||||
navBarLayerRotatesAndScales(rotation, Surface.ROTATION_0, bugId = 140855415)
|
||||
statusBarLayerRotatesScales(rotation, Surface.ROTATION_0)
|
||||
imeLayerBecomesInvisible(bugId = 153739621)
|
||||
imeAppLayerBecomesInvisible(testApp, bugId = 153739621)
|
||||
|
||||
@@ -90,7 +90,7 @@ class OpenAppToSplitScreenTest(
|
||||
navBarLayerIsAlwaysVisible()
|
||||
statusBarLayerIsAlwaysVisible()
|
||||
noUncoveredRegions(rotation)
|
||||
navBarLayerRotatesAndScales(rotation)
|
||||
navBarLayerRotatesAndScales(rotation, bugId = 140855415)
|
||||
statusBarLayerRotatesScales(rotation)
|
||||
|
||||
all("dividerLayerBecomesVisible") {
|
||||
|
||||
Reference in New Issue
Block a user