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:
@@ -173,7 +173,7 @@ class SeamlessAppRotationTest(
|
||||
}
|
||||
}
|
||||
|
||||
all("noUncoveredRegions"/*, bugId = 147659548*/) {
|
||||
all("noUncoveredRegions", bugId = 147659548) {
|
||||
if (startingBounds == endingBounds) {
|
||||
this.coversAtLeastRegion(startingBounds)
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user