| Index: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
| ===================================================================
|
| --- chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc (revision 79553)
|
| +++ chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc (working copy)
|
| @@ -310,7 +310,8 @@
|
| MessageLoop::current()->Run();
|
| }
|
|
|
| -TEST_F(CloudPrintURLFetcherOverloadTest, Protect) {
|
| +// http://code.google.com/p/chromium/issues/detail?id=78440
|
| +TEST_F(CloudPrintURLFetcherOverloadTest, FLAKY_Protect) {
|
| net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
|
| ASSERT_TRUE(test_server.Start());
|
|
|
|
|