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

Unified Diff: chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc

Issue 2777403003: Disable flaky SRTFetcherTest.WaitForBrowser (Closed)
Patch Set: Created 3 years, 9 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/safe_browsing/srt_fetcher_browsertest_win.cc
diff --git a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
index 452631f7358db69c8bc49c57058f821c34cf3fa1..ad157be9a251e05d48bbd32021cb0a5a5e615357 100644
--- a/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
+++ b/chrome/browser/safe_browsing/srt_fetcher_browsertest_win.cc
@@ -305,7 +305,8 @@ IN_PROC_BROWSER_TEST_F(SRTFetcherTest, RanRecently) {
ExpectToRunAgain(kDaysBetweenSuccessfulSwReporterRuns);
}
-IN_PROC_BROWSER_TEST_F(SRTFetcherTest, WaitForBrowser) {
+// Test is flaky. crbug.com/705608
+IN_PROC_BROWSER_TEST_F(SRTFetcherTest, DISABLED_WaitForBrowser) {
Profile* profile = browser()->profile();
// Ensure that even though we're closing the last browser, we don't enter the
« 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