Commit 0be39692 authored by jam@chromium.org's avatar jam@chromium.org

Disable WorkerDevToolsSanityTest.InspectSharedWorker everywhere. It also fails on CrOS.

BUG=403007
TBR=yurys@chromium.org

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

Cr-Commit-Position: refs/heads/master@{#291202}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@291202 0039d316-1c4b-4281-b951-d872f2087c98
parent cc3419c1
...@@ -848,16 +848,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestPageWithNoJavaScript) { ...@@ -848,16 +848,8 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestPageWithNoJavaScript) {
CloseDevToolsWindow(); CloseDevToolsWindow();
} }
#if defined(OS_MACOSX) // Flakily fails: http://crbug.com/403007 http://crbug.com/89845
#define MAYBE_InspectSharedWorker DISABLED_InspectSharedWorker IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest, DISABLED_InspectSharedWorker) {
#elif defined(OS_WIN)
// Disabled on Windows due to flakiness. http://crbug.com/403007
#define MAYBE_InspectSharedWorker DISABLED_InspectSharedWorker
#else
#define MAYBE_InspectSharedWorker InspectSharedWorker
#endif
// Flakily fails with 25s timeout: http://crbug.com/89845
IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest, MAYBE_InspectSharedWorker) {
#if defined(OS_WIN) && defined(USE_ASH) #if defined(OS_WIN) && defined(USE_ASH)
// Disable this test in Metro+Ash for now (http://crbug.com/262796). // Disable this test in Metro+Ash for now (http://crbug.com/262796).
if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests)) if (CommandLine::ForCurrentProcess()->HasSwitch(switches::kAshBrowserTests))
......
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