From ba9d66fbdbaebd731fc5e678b60594ab538d12b6 Mon Sep 17 00:00:00 2001 From: Nataniel Borges Date: Fri, 16 Oct 2020 14:08:41 +0200 Subject: [PATCH] Disable layer rotation assertions on seamless rotation These assertion are flaky because of b/147659548, causing several flicker runs to fail. Bug: 147659548 Test: atest SeamlessAppRotationTest Change-Id: I6888df83da8a7aef864a9259899de2e4f37799ed --- .../server/wm/flicker/rotation/SeamlessAppRotationTest.kt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt b/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt index 8ad6c46b913d3..b29fae30565ed 100644 --- a/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt +++ b/tests/FlickerTests/src/com/android/server/wm/flicker/rotation/SeamlessAppRotationTest.kt @@ -147,8 +147,7 @@ class SeamlessAppRotationTest( navBarLayerIsAlwaysVisible(bugId = 140855415) statusBarLayerIsAlwaysVisible(bugId = 140855415) noUncoveredRegions(configuration.startRotation, - configuration.endRotation, allStates = false - /*, bugId = 147659548*/) + configuration.endRotation, allStates = false, bugId = 147659548) navBarLayerRotatesAndScales(configuration.startRotation, configuration.endRotation) statusBarLayerRotatesScales(configuration.startRotation, @@ -161,7 +160,7 @@ class SeamlessAppRotationTest( val endingBounds = WindowUtils .getDisplayBounds(configuration.endRotation) - all("appLayerRotates"/*, bugId = 147659548*/) { + all("appLayerRotates", bugId = 147659548) { if (startingBounds == endingBounds) { this.hasVisibleRegion( configuration.intentPackageName, startingBounds)