Commit 6cc3bd8f authored by jdoerrie's avatar jdoerrie Committed by Commit Bot

Disable TestBeforeUnloadMultipleSlowWindows on Mac and Linux

TBR=creis

Bug: 819541
Change-Id: I5b36ae92c2706f71fc80b7f63504c01d2479eb7e
Reviewed-on: https://chromium-review.googlesource.com/951687Reviewed-by: default avatarJan Wilken Dörrie <jdoerrie@chromium.org>
Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org>
Cr-Commit-Position: refs/heads/master@{#541469}
parent a39407cb
...@@ -582,8 +582,16 @@ IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest, ...@@ -582,8 +582,16 @@ IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest,
// are treated the same as the user accepting the close, but do not close the // are treated the same as the user accepting the close, but do not close the
// tab early. // tab early.
// Regression for crbug.com/365052 caused CHECK in tabstrip. // Regression for crbug.com/365052 caused CHECK in tabstrip.
// Flaky on Mac and Linux: https://crbug.com/819541
#if defined(OS_LINUX) || defined(OS_MACOSX)
#define MAYBE_TestBeforeUnloadMultipleSlowWindows \
DISABLED_TestBeforeUnloadMultipleSlowWindows
#else
#define MAYBE_TestBeforeUnloadMultipleSlowWindows \
TestBeforeUnloadMultipleSlowWindows
#endif
IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest, IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest,
TestBeforeUnloadMultipleSlowWindows) { MAYBE_TestBeforeUnloadMultipleSlowWindows) {
const int kBrowserCount = 5; const int kBrowserCount = 5;
const int kResposiveBrowserIndex = 2; const int kResposiveBrowserIndex = 2;
// Create multiple browsers with all tabs except one responding after // Create multiple browsers with all tabs except one responding after
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment