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:
Nataniel Borges
2020-08-06 11:17:07 +02:00
parent 8dff790ba3
commit 19b02dba2c
3 changed files with 3 additions and 3 deletions

View File

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

View File

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

View File

@@ -90,7 +90,7 @@ class OpenAppToSplitScreenTest(
navBarLayerIsAlwaysVisible()
statusBarLayerIsAlwaysVisible()
noUncoveredRegions(rotation)
navBarLayerRotatesAndScales(rotation)
navBarLayerRotatesAndScales(rotation, bugId = 140855415)
statusBarLayerRotatesScales(rotation)
all("dividerLayerBecomesVisible") {