Commit 7156aa54 authored by Tim Schumann's avatar Tim Schumann Committed by Commit Bot

Disable flaky ProcessManagerBrowserTest.NestedURLNavigationsViaNoOpenerPopupBlocked.

According to the flakiness dashboard it got flaky on all platforms except Mac.

TBR=lazyboy@chromium.org

Bug: 909570
Change-Id: I404a5d2ba392aa521fdf99c6892580f208086775
Reviewed-on: https://chromium-review.googlesource.com/c/1352193Reviewed-by: default avatarTim Schumann <tschumann@chromium.org>
Commit-Queue: Tim Schumann <tschumann@chromium.org>
Cr-Commit-Position: refs/heads/master@{#611684}
parent 1746c74b
...@@ -1308,8 +1308,16 @@ IN_PROC_BROWSER_TEST_F(ProcessManagerBrowserTest, ...@@ -1308,8 +1308,16 @@ IN_PROC_BROWSER_TEST_F(ProcessManagerBrowserTest,
} }
} }
#if defined(OS_MACOSX)
#define MAYBE_NestedURLNavigationsViaNoOpenerPopupBlocked \
NestedURLNavigationsViaNoOpenerPopupBlocked
#else
#define MAYBE_NestedURLNavigationsViaNoOpenerPopupBlocked \
DISABLED_NestedURLNavigationsViaNoOpenerPopupBlocked
#endif
// TODO(crbug.com/909570): This test is flaky everywhere except Mac.
IN_PROC_BROWSER_TEST_F(ProcessManagerBrowserTest, IN_PROC_BROWSER_TEST_F(ProcessManagerBrowserTest,
NestedURLNavigationsViaNoOpenerPopupBlocked) { MAYBE_NestedURLNavigationsViaNoOpenerPopupBlocked) {
// Create a simple extension without a background page. // Create a simple extension without a background page.
const Extension* extension = CreateExtension("Extension", false); const Extension* extension = CreateExtension("Extension", false);
embedded_test_server()->ServeFilesFromDirectory(extension->path()); embedded_test_server()->ServeFilesFromDirectory(extension->path());
......
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