summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker_uitest.cc2
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)