Disable flaky OpenAppFromLockNotificationWithLockOverlayApp

It's affecting presubmit

Bug: 278227468
Test: atest FlickerTests WMShellFlickerTests
Change-Id: Ic95ba57734a229b70dcc79ea23a5642b56f5372f
This commit is contained in:
Nataniel Borges
2023-04-18 16:24:50 +00:00
parent ecb50f8f64
commit 227c322d37

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.