From 980ca43a867bf6a879070664f80224f5baf26f4a Mon Sep 17 00:00:00 2001 From: Antonella Dellanzo Date: Wed, 21 Oct 2020 17:58:33 +0200 Subject: [PATCH] Disable assertion in SeamlessAppRotation test Disabling noUncoveredRegions assertion in SeamlessAppRotationTest test as seems to be flaky. Test: atest SeamlessAppRotationTest Bug: b/147659548 Change-Id: I61bd83ceddc6eb5e5f9469a713bf3f2473839d6c --- .../server/wm/flicker/rotation/SeamlessAppRotationTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 b29fae30565ed..d100383bc9f72 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 @@ -173,7 +173,7 @@ class SeamlessAppRotationTest( } } - all("noUncoveredRegions"/*, bugId = 147659548*/) { + all("noUncoveredRegions", bugId = 147659548) { if (startingBounds == endingBounds) { this.coversAtLeastRegion(startingBounds) } else {