diff options
-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 b36f9dd..d63ba36 100644 --- a/chrome/worker/worker_uitest.cc +++ b/chrome/worker/worker_uitest.cc @@ -385,7 +385,7 @@ TEST_F(WorkerTest, FLAKY_WorkerWebSocketLayoutTests) { RunLayoutTest(kLayoutTestFiles[i], kWebSocketPort); } -TEST_F(WorkerTest, WorkerXhrHttpLayoutTests) { +TEST_F(WorkerTest, DISABLED_WorkerXhrHttpLayoutTests) { static const char* kLayoutTestFiles[] = { "abort-exception-assert.html", #if defined(OS_WIN) |