Commit 2a5f2d98 authored by vsevik@chromium.org's avatar vsevik@chromium.org

Disabling WorkerTest.SharedWorkerHttpAuth failing on webkit canaries.

TBR=scheib

Review URL: http://codereview.chromium.org/8802006

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@112973 0039d316-1c4b-4281-b951-d872f2087c98
parent 8e9a7e78
...@@ -238,7 +238,7 @@ TEST_F(WorkerTest, WorkerHttpAuth) { ...@@ -238,7 +238,7 @@ TEST_F(WorkerTest, WorkerHttpAuth) {
#define SharedWorkerHttpAuth DISABLED_SharedWorkerHttpAuth #define SharedWorkerHttpAuth DISABLED_SharedWorkerHttpAuth
#endif #endif
// Make sure that auth dialog is displayed from shared worker context. // Make sure that auth dialog is displayed from shared worker context.
TEST_F(WorkerTest, SharedWorkerHttpAuth) { TEST_F(WorkerTest, DISABLED_SharedWorkerHttpAuth) {
net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot)); net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
ASSERT_TRUE(test_server.Start()); ASSERT_TRUE(test_server.Start());
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment