| Index: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
| diff --git a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
| index e7ef69eeda1ac6f71f5143196499bb2519cfb2bc..4886adbc560016fa00f46bc2a4dc487a60b56337 100644
|
| --- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
| +++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
|
| @@ -302,7 +302,7 @@ void CloudPrintURLFetcherRetryBackoffTest::OnRequestGiveUp() {
|
| }
|
|
|
| // http://code.google.com/p/chromium/issues/detail?id=60426
|
| -TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawResponse) {
|
| +TEST_F(CloudPrintURLFetcherBasicTest, DISABLED_HandleRawResponse) {
|
| net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
|
| ASSERT_TRUE(test_server.Start());
|
| SetHandleRawResponse(true);
|
| @@ -312,7 +312,7 @@ TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawResponse) {
|
| }
|
|
|
| // http://code.google.com/p/chromium/issues/detail?id=60426
|
| -TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawData) {
|
| +TEST_F(CloudPrintURLFetcherBasicTest, DISABLED_HandleRawData) {
|
| net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
|
| ASSERT_TRUE(test_server.Start());
|
|
|
| @@ -343,7 +343,7 @@ TEST_F(CloudPrintURLFetcherOverloadTest, Protect) {
|
| }
|
|
|
| // http://code.google.com/p/chromium/issues/detail?id=60426
|
| -TEST_F(CloudPrintURLFetcherRetryBackoffTest, FLAKY_GiveUp) {
|
| +TEST_F(CloudPrintURLFetcherRetryBackoffTest, DISABLED_GiveUp) {
|
| net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
|
| ASSERT_TRUE(test_server.Start());
|
|
|
|
|