Merge "Disable flaky OpenAppFromLockNotificationWithLockOverlayApp" into udc-dev

This commit is contained in:
Treehugger Robot
2023-04-19 13:14:18 +00:00
committed by Android (Google) Code Review

View File

@@ -117,6 +117,11 @@ class OpenAppFromLockNotificationWithLockOverlayApp(flicker: FlickerTest) :
@Test
override fun entireScreenCovered() = super.entireScreenCovered()
@FlakyTest(bugId = 278227468)
@Test
override fun visibleWindowsShownMoreThanOneConsecutiveEntry() =
super.visibleWindowsShownMoreThanOneConsecutiveEntry()
companion object {
/**
* Creates the test configurations.