Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3beefa91 authored by Bill Lin's avatar Bill Lin Committed by Nataniel Borges
Browse files

Disable flaky tests

These tests are flaky on both crosshatch and flame

Bug: 178447631
Test: atest WMShellFlickerTests
Change-Id: I084b91b3d7ab8ea28b7c70ad9bbeb69b873fbaa0
parent 8812ace3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -78,7 +78,8 @@ class ExitLegacySplitScreenFromBottom(
                        statusBarWindowIsAlwaysVisible()
                        visibleWindowsShownMoreThanOneConsecutiveEntry(
                            listOf(LAUNCHER_PACKAGE_NAME, splitScreenApp.defaultWindowName,
                                secondaryApp.defaultWindowName)
                                secondaryApp.defaultWindowName),
                            bugId = 178447631
                        )
                    }
                }
+2 −1
Original line number Diff line number Diff line
@@ -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
                        )
                    }
                }
+4 −2
Original line number Diff line number Diff line
@@ -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
                        )
                    }
                }