Commit ab369a14 authored by guidou's avatar guidou Committed by Commit bot

Disable flaky BrowserCloseManagerBrowserTest.AddBeforeUnloadDuringClosing on Mac.

BUG=700271
TBR=sky@chromium.org

Review-Url: https://codereview.chromium.org/2738403003
Cr-Commit-Position: refs/heads/master@{#456044}
parent ff808301
...@@ -744,8 +744,14 @@ IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest, ...@@ -744,8 +744,14 @@ IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest,
EXPECT_TRUE(BrowserList::GetInstance()->empty()); EXPECT_TRUE(BrowserList::GetInstance()->empty());
} }
#if defined(OS_MACOSX)
// Flaky on Mac OSX. See http://crbug.com/700271.
#define MAYBE_AddBeforeUnloadDuringClosing DISABLED_AddBeforeUnloadDuringClosing
#else
#define MAYBE_AddBeforeUnloadDuringClosing AddBeforeUnloadDuringClosing
#endif
IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest, IN_PROC_BROWSER_TEST_P(BrowserCloseManagerBrowserTest,
AddBeforeUnloadDuringClosing) { MAYBE_AddBeforeUnloadDuringClosing) {
// TODO(crbug.com/250305): Currently FastUnloadController is broken. // TODO(crbug.com/250305): Currently FastUnloadController is broken.
// And it is difficult to fix this issue without fixing that one. // And it is difficult to fix this issue without fixing that one.
if (GetParam()) if (GetParam())
......
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