From 64d5145d3ac94d7d6d1de721ddff134a74485f4f Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Mon, 7 Sep 2020 12:16:51 +0200 Subject: [PATCH] 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 --- .../src/com/android/server/wm/flicker/CommonAssertions.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/CommonAssertions.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/CommonAssertions.kt index c1a3ed6950966..9cd3e174877d7 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/CommonAssertions.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/CommonAssertions.kt @@ -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) } }