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:
Bill Lin
2021-02-03 15:17:45 +08:00
committed by Nataniel Borges
parent 8812ace3a8
commit 3beefa9198
3 changed files with 8 additions and 4 deletions

View File

@@ -78,7 +78,8 @@ class ExitLegacySplitScreenFromBottom(
statusBarWindowIsAlwaysVisible()
visibleWindowsShownMoreThanOneConsecutiveEntry(
listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
secondaryApp.defaultWindowName)
secondaryApp.defaultWindowName),
bugId = 178447631
)
}
}

View File

@@ -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
)
}
}

View File

@@ -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
)
}
}