summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker_uitest.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index d6b0ee9..e116c98 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -36,8 +36,8 @@ TEST_F(WorkerTest, MultipleWorkers) {
}
// WorkerFastLayoutTests works on the linux try servers, but fails on the
-// build bots.
-#if defined(OS_LINUX)
+// build bots and fails on mac valgrind.
+#if !defined(OS_WIN)
#define WorkerFastLayoutTests DISABLED_WorkerFastLayoutTests
#endif