Commit 7e30b51a authored by johnme's avatar johnme Committed by Commit bot

Mark ExtensionApiTest.WindowOpen as flaky

BUG=477691
NOTRY=true
NOTREECHECKS=true
TBR=stevenjb@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#325443}
parent 188f74d1
......@@ -49,12 +49,8 @@ using content::WebContents;
// The test uses the chrome.browserAction.openPopup API, which requires that the
// window can automatically be activated.
// See comments at BrowserActionInteractiveTest::ShouldRunPopupTest
#if defined(OS_MACOSX)
#define MAYBE_WindowOpen DISABLED_WindowOpen
#else
#define MAYBE_WindowOpen WindowOpen
#endif
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, MAYBE_WindowOpen) {
// Fails flakily on all platforms. https://crbug.com/477691
IN_PROC_BROWSER_TEST_F(ExtensionApiTest, DISABLED_WindowOpen) {
extensions::ResultCatcher catcher;
ASSERT_TRUE(LoadExtensionIncognito(test_data_dir_
.AppendASCII("window_open").AppendASCII("spanning")));
......
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