Merge "Disabling flaky assertion in OpenAppColdTest"

This commit is contained in:
Antonella Dellanzo
2020-12-01 11:32:09 +00:00
committed by Android (Google) Code Review

View File

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