summaryrefslogtreecommitdiffstats
path: root/chrome/service
diff options
context:
space:
mode:
authorananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-11 02:19:36 +0000
committerananta@chromium.org <ananta@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2010-11-11 02:19:36 +0000
commit9962fb9966f2a9c05c9d9cc0f3229ba09dad6e31 (patch)
tree860cf5650b0758fbcaa752572f794a6424af813a /chrome/service
parentaec181ad3aabb00f55cc5e1120a6678736d46d03 (diff)
downloadchromium_src-9962fb9966f2a9c05c9d9cc0f3229ba09dad6e31.zip
chromium_src-9962fb9966f2a9c05c9d9cc0f3229ba09dad6e31.tar.gz
chromium_src-9962fb9966f2a9c05c9d9cc0f3229ba09dad6e31.tar.bz2
Mark the CloudPrintURLFetcherBasicTest.HandleRawData and CloudPrintURLFetcherRetryBackoffTest.GiveUp
tests as flaky. Bug=62758 TBR=sanjeevr Review URL: http://codereview.chromium.org/4663003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65761 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r--chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc6
1 files changed, 4 insertions, 2 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 94684be..e3ca15b 100644
--- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
+++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc
@@ -301,7 +301,8 @@ TEST_F(CloudPrintURLFetcherBasicTest, HandleRawResponse) {
MessageLoop::current()->Run();
}
-TEST_F(CloudPrintURLFetcherBasicTest, HandleRawData) {
+// http://code.google.com/p/chromium/issues/detail?id=62758
+TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawData) {
net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
ASSERT_TRUE(test_server.Start());
@@ -329,7 +330,8 @@ TEST_F(CloudPrintURLFetcherOverloadTest, Protect) {
MessageLoop::current()->Run();
}
-TEST_F(CloudPrintURLFetcherRetryBackoffTest, GiveUp) {
+// http://code.google.com/p/chromium/issues/detail?id=62758
+TEST_F(CloudPrintURLFetcherRetryBackoffTest, FLAKY_GiveUp) {
net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
ASSERT_TRUE(test_server.Start());