summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/worker/worker_uitest.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/content/worker/worker_uitest.cc b/content/worker/worker_uitest.cc
index 6cfbb47..56d8c47 100644
--- a/content/worker/worker_uitest.cc
+++ b/content/worker/worker_uitest.cc
@@ -311,7 +311,8 @@ TEST_F(WorkerTest, WorkerMultiPort) {
RunWorkerFastLayoutTest("worker-multi-port.html");
}
-TEST_F(WorkerTest, WorkerNavigator) {
+// Flaky, http://crbug.com/76426.
+TEST_F(WorkerTest, FLAKY_WorkerNavigator) {
RunWorkerFastLayoutTest("worker-navigator.html");
}