summaryrefslogtreecommitdiffstats
path: root/chrome/worker/worker_uitest.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker/worker_uitest.cc')
-rw-r--r--chrome/worker/worker_uitest.cc7
1 files changed, 2 insertions, 5 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index d300a5e..e59580b 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -393,11 +393,8 @@ TEST_F(WorkerTest, FLAKY_WorkerHttpLayoutTests) {
StopHttpServer();
}
-// http://crbug.com/40995: Fails on the Linux perf bot for unknown reasons.
-#if defined(OS_LINUX)
-#define WorkerWebSocketLayoutTests DISABLED_WorkerWebSocketLayoutTests
-#endif
-TEST_F(WorkerTest, WorkerWebSocketLayoutTests) {
+// http://crbug.com/40995
+TEST_F(WorkerTest, DISABLED_WorkerWebSocketLayoutTests) {
static const char* kLayoutTestFiles[] = {
"worker-simple.html",
"shared-worker-simple.html",