Disable flaky tests
These tests are flaky on both crosshatch and flame Bug: 178447631 Test: atest WMShellFlickerTests Change-Id: I084b91b3d7ab8ea28b7c70ad9bbeb69b873fbaa0
This commit is contained in:
committed by
Nataniel Borges
parent
8812ace3a8
commit
3beefa9198
@@ -78,7 +78,8 @@ class ExitLegacySplitScreenFromBottom(
|
||||
statusBarWindowIsAlwaysVisible()
|
||||
visibleWindowsShownMoreThanOneConsecutiveEntry(
|
||||
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
|
||||
secondaryApp.defaultWindowName)
|
||||
secondaryApp.defaultWindowName),
|
||||
bugId = 178447631
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -86,7 +86,8 @@ class NonResizableDismissInLegacySplitScreen(
|
||||
listOf(DOCKED_STACK_DIVIDER, LAUNCHER_PACKAGE_NAME,
|
||||
LETTERBOX_NAME, TOAST_NAME,
|
||||
splitScreenApp.defaultWindowName,
|
||||
nonResizeableApp.defaultWindowName)
|
||||
nonResizeableApp.defaultWindowName),
|
||||
bugId = 178447631
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
@@ -75,7 +75,8 @@ class NonResizableLaunchInLegacySplitScreen(
|
||||
LAUNCHER_PACKAGE_NAME,
|
||||
LETTERBOX_NAME,
|
||||
nonResizeableApp.defaultWindowName,
|
||||
splitScreenApp.defaultWindowName)
|
||||
splitScreenApp.defaultWindowName),
|
||||
bugId = 178447631
|
||||
)
|
||||
}
|
||||
windowManagerTrace {
|
||||
@@ -86,7 +87,8 @@ class NonResizableLaunchInLegacySplitScreen(
|
||||
LAUNCHER_PACKAGE_NAME,
|
||||
LETTERBOX_NAME,
|
||||
nonResizeableApp.defaultWindowName,
|
||||
splitScreenApp.defaultWindowName)
|
||||
splitScreenApp.defaultWindowName),
|
||||
bugId = 178447631
|
||||
)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user