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

Unified Diff: chrome/browser/notifications/notification_browsertest.cc

Issue 1031633002: Disable NotificationsTest.TestUserGestureInfobar (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@disable_webviewinteractivetest
Patch Set: Created 5 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/notifications/notification_browsertest.cc
diff --git a/chrome/browser/notifications/notification_browsertest.cc b/chrome/browser/notifications/notification_browsertest.cc
index 36262e5449f9ec1a2e4ab138826af39766f8ebba..06d27b74b049cef4ca7fff0d5f8f7787142a9984 100644
--- a/chrome/browser/notifications/notification_browsertest.cc
+++ b/chrome/browser/notifications/notification_browsertest.cc
@@ -363,15 +363,8 @@ void NotificationsTest::DropOriginPreference(const GURL& origin) {
ContentSettingsPattern::FromURLNoWildcard(origin));
}
-// If this flakes, use http://crbug.com/62311 and http://crbug.com/74428.
-// Flaky on Windows: http://crbug.com/437414.
-#if defined(OS_WIN)
-#define MAYBE_TestUserGestureInfobar DISABLED_TestUserGestureInfobar
-#else
-#define MAYBE_TestUserGestureInfobar TestUserGestureInfobar
-#endif
-
-IN_PROC_BROWSER_TEST_F(NotificationsTest, MAYBE_TestUserGestureInfobar) {
+// Flaky on Windows, Mac, Linux: http://crbug.com/437414.
+IN_PROC_BROWSER_TEST_F(NotificationsTest, DISABLED_TestUserGestureInfobar) {
ASSERT_TRUE(embedded_test_server()->InitializeAndWaitUntilReady());
ui_test_utils::NavigateToURL(
« 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