summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/worker/worker_uitest.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 27d13b2..a6513b2 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -139,12 +139,6 @@ TEST_F(WorkerTest, SingleWorker) {
RunTest(FilePath(FILE_PATH_LITERAL("single_worker.html")));
}
-#if defined(OS_LINUX)
-// MultipleWorkers times out (process hangs, does not exit) occasionally.
-// http://crbug.com/30353
-#define MultipleWorkers DISABLED_MultipleWorkers
-#endif
-
TEST_F(WorkerTest, MultipleWorkers) {
RunTest(FilePath(FILE_PATH_LITERAL("multi_worker.html")));
}