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

Unified Diff: webkit/glue/resource_fetcher_unittest.cc

Issue 9387011: Flakiness cleanup: disable flaky tests under webkit/ (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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: webkit/glue/resource_fetcher_unittest.cc
diff --git a/webkit/glue/resource_fetcher_unittest.cc b/webkit/glue/resource_fetcher_unittest.cc
index 784b2158123ad4188a67ee9d8f03007a17e046d9..62013cfaf2a12851c7ba1c7586ce4864476a51b9 100644
--- a/webkit/glue/resource_fetcher_unittest.cc
+++ b/webkit/glue/resource_fetcher_unittest.cc
@@ -100,7 +100,7 @@ FetcherDelegate* FetcherDelegate::instance_ = NULL;
// Test a fetch from the test server.
// Flaky, http://crbug.com/51622.
-TEST_F(ResourceFetcherTests, FLAKY_ResourceFetcherDownload) {
+TEST_F(ResourceFetcherTests, DISABLED_ResourceFetcherDownload) {
ASSERT_TRUE(test_server_.Start());
WebFrame* frame = test_shell_->webView()->mainFrame();
@@ -132,7 +132,7 @@ TEST_F(ResourceFetcherTests, FLAKY_ResourceFetcherDownload) {
}
// Flaky, http://crbug.com/51622.
-TEST_F(ResourceFetcherTests, FLAKY_ResourceFetcherDidFail) {
+TEST_F(ResourceFetcherTests, DISABLED_ResourceFetcherDidFail) {
ASSERT_TRUE(test_server_.Start());
WebFrame* frame = test_shell_->webView()->mainFrame();
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698