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
This commit is contained in:
Antonella Dellanzo
2020-10-21 17:58:33 +02:00
parent 2feb4833bf
commit 980ca43a86

View File

@@ -173,7 +173,7 @@ class SeamlessAppRotationTest(
}
}
all("noUncoveredRegions"/*, bugId = 147659548*/) {
all("noUncoveredRegions", bugId = 147659548) {
if (startingBounds == endingBounds) {
this.coversAtLeastRegion(startingBounds)
} else {