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

Unified Diff: chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc

Issue 2416453007: Temporary disable of the new test because it is flaky. (Closed)
Patch Set: Created 4 years, 2 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: chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc
diff --git a/chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc b/chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc
index 8d484ebf20e18f4b72a6c5bd6c4b1c2743b0c034..cff1e7430aa7672e66fd5f8b9ad8fbb19d93cbb6 100644
--- a/chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc
+++ b/chrome/browser/android/offline_pages/recent_tab_helper_unittest.cc
@@ -311,7 +311,7 @@ TEST_F(RecentTabHelperTest, FeatureNotEnabled) {
EXPECT_EQ(0U, all_pages().size());
}
-TEST_F(RecentTabHelperTest, DownloadRequest) {
+TEST_F(RecentTabHelperTest, DISABLED_DownloadRequest) {
NavigateAndCommit(kTestPageUrl);
recent_tab_helper()->ObserveAndDownloadCurrentPage(
ClientId("download", "id1"), 153l);
« 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