Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(9211)

Unified Diff: chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc

Issue 9406017: Flakiness cleanup: disable flaky tests under chrome/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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());
« chrome/common/logging_chrome_uitest.cc ('K') | « chrome/renderer/external_extension_uitest.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698