diff options
author | twiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 15:41:41 +0000 |
---|---|---|
committer | twiz@chromium.org <twiz@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-04-05 15:41:41 +0000 |
commit | 0d5ba5868f85e9ca6e65c378a17f947c8ab7967c (patch) | |
tree | 5e5a5c479e50d8e1f0dd984ee16f35caf8b8afb8 /chrome/service | |
parent | 0cc93634d20e8d0f35c2800ab7e77f2f1f9f56c6 (diff) | |
download | chromium_src-0d5ba5868f85e9ca6e65c378a17f947c8ab7967c.zip chromium_src-0d5ba5868f85e9ca6e65c378a17f947c8ab7967c.tar.gz chromium_src-0d5ba5868f85e9ca6e65c378a17f947c8ab7967c.tar.bz2 |
Mark CloudPrintURLFetcherOverloadTest.Protect as flaky.
BUG=78440
TEST=CloudPrintURLFetcherOverloadTest.Protect
TBR=joi@chromium.org
Review URL: http://codereview.chromium.org/6693092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80459 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/service')
-rw-r--r-- | chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc | 3 |
1 files changed, 2 insertions, 1 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 1e2c053..7657d98 100644 --- a/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc +++ b/chrome/service/cloud_print/cloud_print_url_fetcher_unittest.cc @@ -310,7 +310,8 @@ TEST_F(CloudPrintURLFetcherBasicTest, FLAKY_HandleRawData) { MessageLoop::current()->Run(); } -TEST_F(CloudPrintURLFetcherOverloadTest, Protect) { +// http://code.google.com/p/chromium/issues/detail?id=78440 +TEST_F(CloudPrintURLFetcherOverloadTest, FLAKY_Protect) { net::TestServer test_server(net::TestServer::TYPE_HTTP, FilePath(kDocRoot)); ASSERT_TRUE(test_server.Start()); |