diff options
Diffstat (limited to 'chrome/worker/worker_uitest.cc')
-rw-r--r-- | chrome/worker/worker_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc index f9707d0..9e76d08 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -308,7 +308,7 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) { RunLayoutTest(kLayoutTestFiles[i], false); } -TEST_F(WorkerTest, WorkerHttpLayoutTests) { +TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) { static const char* kLayoutTestFiles[] = { "text-encoding.html", "worker-importScripts.html", |