summaryrefslogtreecommitdiffstats
path: root/chrome
diff options
context:
space:
mode:
Diffstat (limited to 'chrome')
-rw-r--r--chrome/worker/worker_uitest.cc4
1 files changed, 3 insertions, 1 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 204c106..aafad3c 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -279,7 +279,9 @@ TEST_F(WorkerTest, WorkerHttpLayoutTests) {
StopHttpServer();
}
-TEST_F(WorkerTest, WorkerWebSocketLayoutTests) {
+// This test has been marked flaky as it fails randomly on the builders.
+// http://code.google.com/p/chromium/issues/detail?id=33247
+TEST_F(WorkerTest, FLAKY_WorkerWebSocketLayoutTests) {
static const char* kLayoutTestFiles[] = {
"worker-simple.html",
"shared-worker-simple.html",