Skip to content
Snippets Groups Projects
Commit eb61a66a authored by dimich@google.com's avatar dimich@google.com
Browse files

Re-disable all Worker tests until I can figure out exact set of failing ones.

TBR=atwilson
Review URL: http://codereview.chromium.org/239004

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@27126 0039d316-1c4b-4281-b951-d872f2087c98
parent b500fc1b
No related branches found
No related tags found
No related merge requests found
...@@ -35,7 +35,7 @@ TEST_F(WorkerTest, MultipleWorkers) { ...@@ -35,7 +35,7 @@ TEST_F(WorkerTest, MultipleWorkers) {
RunTest(L"multi_worker.html"); RunTest(L"multi_worker.html");
} }
TEST_F(WorkerTest, WorkerFastLayoutTests) { TEST_F(WorkerTest, DISABLED_WorkerFastLayoutTests) {
static const char* kLayoutTestFiles[] = { static const char* kLayoutTestFiles[] = {
"stress-js-execution.html", "stress-js-execution.html",
#if defined(OS_WIN) #if defined(OS_WIN)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment