Index: content/browser/worker_host/test/worker_browsertest.cc |
=================================================================== |
--- content/browser/worker_host/test/worker_browsertest.cc (revision 148604) |
+++ content/browser/worker_host/test/worker_browsertest.cc (working copy) |
@@ -42,7 +42,7 @@ |
// Crashy, http://crbug.com/35965. |
// Flaky, http://crbug.com/36555. |
-IN_PROC_BROWSER_TEST_F(WorkerLayoutTest, WorkerClonePort) { |
+IN_PROC_BROWSER_TEST_F(WorkerLayoutTest, DISABLED_WorkerClonePort) { |
RunLayoutTest("worker-cloneport.html"); |
} |
@@ -461,7 +461,7 @@ |
// Flaky, http://crbug.com/69881. |
// Sometimes triggers |
// Check failed: message_ports_[message_port_id].queued_messages.empty(). |
-IN_PROC_BROWSER_TEST_F(WorkerTest, MultipleTabsQueuedSharedWorker) { |
+IN_PROC_BROWSER_TEST_F(WorkerTest, DISABLED_MultipleTabsQueuedSharedWorker) { |
// Tests to make sure that only one instance of queued shared workers are |
// started up even when those instances are on multiple tabs. |
int max_workers_per_tab = WorkerServiceImpl::kMaxWorkersPerTabWhenSeparate; |
@@ -484,7 +484,7 @@ |
} |
// Flaky: http://crbug.com/48148 |
-IN_PROC_BROWSER_TEST_F(WorkerTest, QueuedSharedWorkerStartedFromOtherTab) { |
+IN_PROC_BROWSER_TEST_F(WorkerTest, DISABLED_QueuedSharedWorkerStartedFromOtherTab) { |
// Tests to make sure that queued shared workers are started up when |
// an instance is launched from another tab. |
int max_workers_per_tab = WorkerServiceImpl::kMaxWorkersPerTabWhenSeparate; |