Disabling flaky assertion in OpenAppColdTest
The test OpenAppColdTest has been flaky for the past weeks. The assertion visibleLayersShownMoreThanOneConsecutiveEntry is the one we are disabling because of bug b/174541970. Test: atest FlickerTests Bug: b/174541970 Change-Id: I4403704c9440283fab44725dc3a445ea16eca138
This commit is contained in:
@@ -105,8 +105,7 @@ class OpenAppColdTest(
|
||||
configuration.endRotation)
|
||||
navBarLayerIsAlwaysVisible(enabled = false)
|
||||
statusBarLayerIsAlwaysVisible(enabled = false)
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry(
|
||||
enabled = Surface.ROTATION_0 == configuration.endRotation)
|
||||
visibleLayersShownMoreThanOneConsecutiveEntry(bugId = 174541970)
|
||||
|
||||
appLayerReplacesWallpaperLayer(testApp)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user