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:
Antonella Dellanzo
2020-12-01 10:34:13 +01:00
parent f6d554e894
commit 07a51d3844

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