Index: chrome/worker/worker_uitest.cc |
=================================================================== |
--- chrome/worker/worker_uitest.cc (revision 72448) |
+++ chrome/worker/worker_uitest.cc (working copy) |
@@ -612,7 +612,8 @@ |
ASSERT_TRUE(WaitForProcessCountToBe(1, 0)); |
} |
-TEST_F(WorkerTest, QueuedSharedWorkerShutdown) { |
+// Flaky, http://crbug.com/. |
+TEST_F(WorkerTest, FLAKY_QueuedSharedWorkerShutdown) { |
// Tests to make sure that queued shared workers are started up when |
// shared workers shut down. |
int max_workers_per_tab = WorkerService::kMaxWorkersPerTabWhenSeparate; |