| Index: content/worker/test/worker_uitest.cc
|
| diff --git a/content/worker/test/worker_uitest.cc b/content/worker/test/worker_uitest.cc
|
| index 649c3e9d28d2f9be4e98602939081b154c1cb0c9..698062cc050878ecf5ab7ad45323ab81240a52b5 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());
|
|
|
|
|