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

Unified Diff: chrome/browser/password_manager/password_manager_browsertest.cc

Issue 2646793007: [Flake] Disabled SameOriginIframeAutoFillTest on Win7. (Closed)
Patch Set: Created 3 years, 11 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/password_manager/password_manager_browsertest.cc
diff --git a/chrome/browser/password_manager/password_manager_browsertest.cc b/chrome/browser/password_manager/password_manager_browsertest.cc
index 6262e0e43ede53bfe66fdf1db8afd3e30d622b5f..05f545df4e323768defdd72b93038662ecb35ef8 100644
--- a/chrome/browser/password_manager/password_manager_browsertest.cc
+++ b/chrome/browser/password_manager/password_manager_browsertest.cc
@@ -2031,8 +2031,14 @@ IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTestBase,
// Check that a password form in an iframe of same origin will not be
// filled in until user interact with the iframe.
+// TODO(crbug.com/683209): Flaky on Win7 dbg.
+#if defined(OS_WIN)
+#define MAYBE_SameOriginIframeAutoFillTest DISABLED_SameOriginIframeAutoFillTest
+#else
+#define MAYBE_SameOriginIframeAutoFillTest SameOriginIframeAutoFillTest
+#endif
IN_PROC_BROWSER_TEST_F(PasswordManagerBrowserTestBase,
- SameOriginIframeAutoFillTest) {
+ MAYBE_SameOriginIframeAutoFillTest) {
// Visit the sign-up form to store a password for autofill later
NavigateToFile("/password/password_form_in_same_origin_iframe.html");
NavigationObserver observer(WebContents());
« 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