Commit caa531f5 authored by rdevlin.cronin's avatar rdevlin.cronin Committed by Commit bot

[Extensions] Temporarily disable a ToolbarActionsBar test

BrowserActionsBarRedesignBrowserTest.OverflowedBrowserActionPopupTest is
flaky on Mac bots. Disabling while investigating.

Review URL: https://codereview.chromium.org/1112603004

Cr-Commit-Position: refs/heads/master@{#327367}
parent 3b97c2fb
......@@ -404,6 +404,12 @@ IN_PROC_BROWSER_TEST_F(BrowserActionsBarBrowserTest, BrowserActionPopupTest) {
}
}
// Waiting for popup termination is flaky on mac; disabling while investigating.
#if defined(OS_MACOSX)
#define MAYBE_OverflowedBrowserActionPopupTest DISABLED_OverflowedBrowserActionPopupTest
#else
#define MAYBE_OverflowedBrowserActionPopupTest OverflowedBrowserActionPopupTest
#endif
IN_PROC_BROWSER_TEST_F(BrowserActionsBarRedesignBrowserTest,
OverflowedBrowserActionPopupTest) {
scoped_ptr<BrowserActionTestUtil> overflow_bar =
......
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