diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 20:23:57 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-02-15 20:23:57 +0000 |
commit | fa05227d9d940bcb46021d8a75669189d4059d05 (patch) | |
tree | a3f88cd3f98b73c6d91b58d2970450580d91d495 /chrome/service | |
parent | 2ae6b7d442af3bb2f11df5ca2a0ebc9e7009469f (diff) | |
download | chromium_src-fa05227d9d940bcb46021d8a75669189d4059d05.zip chromium_src-fa05227d9d940bcb46021d8a75669189d4059d05.tar.gz chromium_src-fa05227d9d940bcb46021d8a75669189d4059d05.tar.bz2 |
Flakiness cleanup: disable flaky tests under chrome/
BUG=84299,99469,90557,109292,38497,45243,84854,59785,59783,59784,100567,62777,60426
TBR=thakis
Review URL: https://chromiumcodereview.appspot.com/9406017
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@122137 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc | 6 |
1 files changed, 3 insertions, 3 deletions
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 e7ef69e..4886adb 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()); |