Disable nav bar assertion until bug is fixed.

Depending on the scenario, the navbar becomes invisible and reappears
in the trace. This makes the test flaky.

Bug: 167747321
Test: atest FlickerTests
Change-Id: Ie0253a55f75913aa0f4af33cfa52e92ea754fd94
This commit is contained in:
Nataniel Borges
2020-09-07 12:16:51 +02:00
parent d64cb948de
commit 64d5145d3a

View File

@@ -109,7 +109,7 @@ fun LayersAssertion.navBarLayerRotatesAndScales(
}
if (startingPos == endingPos) {
all("navBarLayerRotatesAndScales", enabled, bugId) {
all("navBarLayerRotatesAndScales", enabled, bugId = 167747321) {
this.hasVisibleRegion(FlickerTestBase.NAVIGATION_BAR_WINDOW_TITLE, startingPos)
}
}