From 681fcec70bb7c881c15daf3eaf0e5f8272069373 Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Tue, 8 Sep 2020 20:33:48 +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: I7fbf4a5ab7f96abd1938dad0bb626fd909dd65fc --- .../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 9cd3e174877d7..69b11872e1231 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 = 167747321) { + all("navBarLayerRotatesAndScales", enabled = false, bugId = 167747321) { this.hasVisibleRegion(FlickerTestBase.NAVIGATION_BAR_WINDOW_TITLE, startingPos) } }