summaryrefslogtreecommitdiffstats
path: root/chrome/worker
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/worker')
-rw-r--r--chrome/worker/worker_uitest.cc5
1 files changed, 2 insertions, 3 deletions
diff --git a/chrome/worker/worker_uitest.cc b/chrome/worker/worker_uitest.cc
index 9e76d08..43b7148 100644
--- a/chrome/worker/worker_uitest.cc
+++ b/chrome/worker/worker_uitest.cc
@@ -9,7 +9,6 @@
#include "base/string_util.h"
#include "chrome/browser/worker_host/worker_service.h"
#include "chrome/common/chrome_paths.h"
-#include "chrome/common/chrome_switches.h"
#include "chrome/test/automation/browser_proxy.h"
#include "chrome/test/automation/tab_proxy.h"
#include "chrome/test/ui/ui_test.h"
@@ -284,7 +283,7 @@ TEST_F(WorkerTest, WorkerFastLayoutTests) {
"stress-js-execution.html",
"use-machine-stack.html",
"worker-close.html",
- "worker-constructor.html",
+ //"worker-constructor.html",
"worker-context-gc.html",
"worker-event-listener.html",
"worker-gc.html",
@@ -312,7 +311,7 @@ TEST_F(WorkerTest, DISABLED_WorkerHttpLayoutTests) {
static const char* kLayoutTestFiles[] = {
"text-encoding.html",
"worker-importScripts.html",
- "worker-redirect.html",
+ //"worker-redirect.html",
};
FilePath http_test_dir;