Disable flaky 'navBarLayerIsVisible' assertions

Bug: 140855415
Test: atest FlickerTests
Change-Id: I7e77445f7cba536baf311ddcffd2536703a563fb
This commit is contained in:
Nataniel Borges
2020-08-17 15:14:42 +02:00
parent 8cb800ad0f
commit 17a0705b5e
2 changed files with 3 additions and 3 deletions

View File

@@ -88,7 +88,7 @@ class OpenAppWarmTest(
noUncoveredRegions(Surface.ROTATION_0, rotation, bugId = 141361128)
navBarLayerRotatesAndScales(Surface.ROTATION_0, rotation)
statusBarLayerRotatesScales(Surface.ROTATION_0, rotation)
navBarLayerIsAlwaysVisible()
navBarLayerIsAlwaysVisible(bugId = 140855415)
statusBarLayerIsAlwaysVisible(enabled = false)
wallpaperLayerBecomesInvisible()
}

View File

@@ -87,9 +87,9 @@ class OpenAppToSplitScreenTest(
}
layersTrace {
navBarLayerIsAlwaysVisible()
navBarLayerIsAlwaysVisible(bugId = 140855415)
statusBarLayerIsAlwaysVisible()
noUncoveredRegions(rotation)
noUncoveredRegions(rotation, enabled = false)
navBarLayerRotatesAndScales(rotation, bugId = 140855415)
statusBarLayerRotatesScales(rotation)