summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--content/worker/test/worker_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
index aaaa50e..7f44adc 100644
--- a/content/worker/test/worker_uitest.cc
+++ b/content/worker/test/worker_uitest.cc
@@ -449,7 +449,9 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) {
ASSERT_TRUE(http_server.Stop());
}
-TEST_F(WorkerTest, WorkerWebSocketLayoutTests) {
+// Disabled temporarily because WebSocket tests are moving in WebKit.
+// See http://crbug.com/88445.
+TEST_F(WorkerTest, DISABLED_WorkerWebSocketLayoutTests) {
static const char* kLayoutTestFiles[] = {
"close-in-onmessage-crash.html",
"close-in-shared-worker.html",