Commit b0dafaf9 authored by rsleevi@chromium.org's avatar rsleevi@chromium.org

Disable InspectSharedWorker/PauseInSharedWorkInitialization across all platforms, due to timeouts

BUG=100538,89845
TBR=adamk@chromium.org

Review URL: http://codereview.chromium.org/8681003

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@111331 0039d316-1c4b-4281-b951-d872f2087c98
parent 1b6146b8
......@@ -538,25 +538,13 @@ IN_PROC_BROWSER_TEST_F(DevToolsSanityTest, TestPageWithNoJavaScript) {
CloseDevToolsWindow();
}
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
#define MAYBE_InspectSharedWorker DISABLED_InspectSharedWorker
#else
#define MAYBE_InspectSharedWorker FAILS_InspectSharedWorker
#endif
// Flakily fails with 25s timeout: http://crbug.com/89845
IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest, MAYBE_InspectSharedWorker) {
IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest, DISABLED_InspectSharedWorker) {
RunTest("testSharedWorker", kSharedWorkerTestPage);
}
// http://crbug.com/100538
#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
#define MAYBE_PauseInSharedWorkerInitialization DISABLED_PauseInSharedWorkerInitialization
#else
#define MAYBE_PauseInSharedWorkerInitialization FAILS_PauseInSharedWorkerInitialization
#endif
// See http://crbug.com/100538
IN_PROC_BROWSER_TEST_F(WorkerDevToolsSanityTest,
MAYBE_PauseInSharedWorkerInitialization) {
DISABLED_PauseInSharedWorkerInitialization) {
ASSERT_TRUE(test_server()->Start());
GURL url = test_server()->GetURL(kReloadSharedWorkerTestPage);
ui_test_utils::NavigateToURL(browser(), url);
......
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