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

Unified Diff: chrome/browser/site_per_process_interactive_browsertest.cc

Issue 2777853004: Disable flaky SitePerProcessAutofillTest.PasswordAutofillPopupPositionInsideOOPIF (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/site_per_process_interactive_browsertest.cc
diff --git a/chrome/browser/site_per_process_interactive_browsertest.cc b/chrome/browser/site_per_process_interactive_browsertest.cc
index 26db08ad72b5708a5eb7616eddf38b4e84a0e0e3..9824e8bb107d3ac0036e779c7b8236cb8e0b0152 100644
--- a/chrome/browser/site_per_process_interactive_browsertest.cc
+++ b/chrome/browser/site_per_process_interactive_browsertest.cc
@@ -1245,8 +1245,9 @@ class FocusedEditableNodeChangedObserver : content::NotificationObserver {
// This test verifies that displacements (margin, etc) in the position of an
// OOPIF is considered when showing an AutofillClient warning pop-up for
// unsecure web sites.
+// Test is flaky. crbug.com/705914
IN_PROC_BROWSER_TEST_F(SitePerProcessAutofillTest,
- PasswordAutofillPopupPositionInsideOOPIF) {
+ DISABLED_PasswordAutofillPopupPositionInsideOOPIF) {
SetupMainTab();
ASSERT_TRUE(
base::FeatureList::IsEnabled(security_state::kHttpFormWarningFeature));
« 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