Skip to content
Snippets Groups Projects
Commit 6dbd362e authored by kbr@chromium.org's avatar kbr@chromium.org
Browse files

Mark CloudPrintURLFetcherBasicTest.HandleRawResponse FLAKY because of

intermittent failures on Mac. Update comments for HandleRawData and
GiveUp to point at bug 60426 rather than bug 62758.

BUG=60426
TEST=none
TBR=sanjeevr

Review URL: http://codereview.chromium.org/6018009

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@70227 0039d316-1c4b-4281-b951-d872f2087c98
parent 47b309f5
No related merge requests found
......@@ -291,7 +291,8 @@ void CloudPrintURLFetcherRetryBackoffTest::OnRequestGiveUp() {
io_message_loop_proxy()->PostTask(FROM_HERE, new MessageLoop::QuitTask());
}
TEST_F(CloudPrintURLFetcherBasicTest, HandleRawResponse) {
// http://code.google.com/p/chromium/issues/detail?id=60426
TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawResponse) {
net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
ASSERT_TRUE(test_server.Start());
SetHandleRawResponse(true);
......@@ -300,7 +301,7 @@ TEST_F(CloudPrintURLFetcherBasicTest, HandleRawResponse) {
MessageLoop::current()->Run();
}
// http://code.google.com/p/chromium/issues/detail?id=62758
// http://code.google.com/p/chromium/issues/detail?id=60426
TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawData) {
net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
ASSERT_TRUE(test_server.Start());
......@@ -330,7 +331,7 @@ TEST_F(CloudPrintURLFetcherOverloadTest, Protect) {
net::URLRequestThrottlerManager::GetInstance()->EraseEntryForTests(url);
}
// http://code.google.com/p/chromium/issues/detail?id=62758
// http://code.google.com/p/chromium/issues/detail?id=60426
TEST_F(CloudPrintURLFetcherRetryBackoffTest, FLAKY_GiveUp) {
net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot));
ASSERT_TRUE(test_server.Start());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment