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 {