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 acafcc6..e1d35e6 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -41,7 +41,9 @@ TEST_F(WorkerTest, MultipleWorkers) {
#define WorkerFastLayoutTests DISABLED_WorkerFastLayoutTests
#endif
-TEST_F(WorkerTest, WorkerFastLayoutTests) {
+// WorkerFastLayoutTests failed on all platforms since r27553.
+// http://crbug.com/23391
+TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = {
"stress-js-execution.html",
#if defined(OS_WIN)