Commit c00db861 authored by Evan Stade's avatar Evan Stade Committed by Commit Bot

Disable ChromeRenderProcessHostBackgroundingTest.MultipleTabs on Mac

it's flaky.

TBR=rsesek@chromium.org

Bug: 888308
Change-Id: If250e1233fe58cc699358e879cbedc2ff797760c
Reviewed-on: https://chromium-review.googlesource.com/1246829Reviewed-by: default avatarEvan Stade <estade@chromium.org>
Reviewed-by: default avatarRobert Sesek <rsesek@chromium.org>
Commit-Queue: Evan Stade <estade@chromium.org>
Cr-Commit-Position: refs/heads/master@{#594445}
parent d9ee0c5b
......@@ -385,7 +385,14 @@ class ChromeRenderProcessHostBackgroundingTest
VerifyProcessIsForegrounded(process_or_tab); \
} while (0);
IN_PROC_BROWSER_TEST_F(ChromeRenderProcessHostBackgroundingTest, MultipleTabs) {
// Flaky on Mac: https://crbug.com/888308
#if defined(OS_MACOSX)
#define MAYBE_MultipleTabs DISABLED_MultipleTabs
#else
#define MAYBE_MultipleTabs MultipleTabs
#endif
IN_PROC_BROWSER_TEST_F(ChromeRenderProcessHostBackgroundingTest,
MAYBE_MultipleTabs) {
// Change the first tab to be the omnibox page (TYPE_WEBUI).
GURL omnibox(chrome::kChromeUIOmniboxURL);
ui_test_utils::NavigateToURL(browser(), omnibox);
......
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