diff options
Diffstat (limited to 'content/worker')
-rw-r--r-- | content/worker/test/worker_uitest.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc index 649c3e9..698062c 100644 --- a/content/worker/test/worker_uitest.cc +++ b/content/worker/test/worker_uitest.cc @@ -238,7 +238,7 @@ TEST_F(WorkerTest, WorkerHttpAuth) { #define SharedWorkerHttpAuth DISABLED_SharedWorkerHttpAuth #endif // 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)); ASSERT_TRUE(test_server.Start()); |