summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 051e5f6..74336b9 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -207,7 +207,8 @@ TEST_F(WorkerTest, FLAKY_WorkerClonePort) {
RunWorkerFastLayoutTest("worker-cloneport.html");
}
-TEST_F(WorkerTest, WorkerCloseFast) {
+// Hangs. http://crbug.com/36630
+TEST_F(WorkerTest, DISABLED_WorkerCloseFast) {
RunWorkerFastLayoutTest("worker-close.html");
}