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

Unified Diff: chrome/browser/banners/app_banner_manager_browsertest.cc

Issue 2474063002: Disable flaky AppBannerManagerBrowserTest.WebAppBannerCreatedIndirectLargerTotal. (Closed)
Patch Set: Created 4 years, 1 month 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/banners/app_banner_manager_browsertest.cc
diff --git a/chrome/browser/banners/app_banner_manager_browsertest.cc b/chrome/browser/banners/app_banner_manager_browsertest.cc
index 3db23e96bee769cf854a1594e671eb4d505af81d..abf2864cd8286e8dfd75ebfc8d408011e6161ac6 100644
--- a/chrome/browser/banners/app_banner_manager_browsertest.cc
+++ b/chrome/browser/banners/app_banner_manager_browsertest.cc
@@ -236,8 +236,9 @@ IN_PROC_BROWSER_TEST_F(AppBannerManagerBrowserTest,
SHOWING_WEB_APP_BANNER, true);
}
+// Flaky http://crbug.com/660798
IN_PROC_BROWSER_TEST_F(AppBannerManagerBrowserTest,
- WebAppBannerCreatedIndirectLargerTotal) {
+ DISABLED_WebAppBannerCreatedIndirectLargerTotal) {
AppBannerSettingsHelper::SetTotalEngagementToTrigger(5);
RunBannerTest("/banners/manifest_test_page.html", ui::PAGE_TRANSITION_LINK, 4,
SHOWING_WEB_APP_BANNER, true);
« 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