Skip to content

Commit

Permalink
Disable BrowserAppShelfControllerBrowserTest.ActivateAndMinimizeWindows
Browse files Browse the repository at this point in the history
Fails flakily on linux-chromeos-rel

Bug: 1373054
Change-Id: Icd041c1df3a85e0e706c3fa1a44874fa2dc49543
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3941631
Auto-Submit: Rune Lillesveen <futhark@chromium.org>
Owners-Override: Rune Lillesveen <futhark@chromium.org>
Reviewed-by: Leonard Grey <lgrey@chromium.org>
Commit-Queue: Leonard Grey <lgrey@chromium.org>
Cr-Commit-Position: refs/heads/main@{#1056947}
  • Loading branch information
lilles authored and Chromium LUCI CQ committed Oct 10, 2022
1 parent 3e6d401 commit 30d8e7b
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -600,8 +600,9 @@ IN_PROC_BROWSER_TEST_F(BrowserAppShelfControllerBrowserTest,
}
}

// Flakily fails: https://crbug.com/1373054
IN_PROC_BROWSER_TEST_F(BrowserAppShelfControllerBrowserTest,
ActivateAndMinimizeWindows) {
DISABLED_ActivateAndMinimizeWindows) {
if (!HasLacrosArgument()) {
return;
}
Expand Down

0 comments on commit 30d8e7b

Please sign in to comment.