Chromium Code Reviews| Index: content/worker/worker_uitest.cc |
| =================================================================== |
| --- content/worker/worker_uitest.cc (revision 78389) |
| +++ content/worker/worker_uitest.cc (working copy) |
| @@ -311,7 +311,8 @@ |
| RunWorkerFastLayoutTest("worker-multi-port.html"); |
| } |
| -TEST_F(WorkerTest, WorkerNavigator) { |
| +// Flaky, http://crbug.com/76426. |
| +TEST_F(WorkerTest, FLAKY_WorkerNavigator) { |
| RunWorkerFastLayoutTest("worker-navigator.html"); |
| } |