| 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));
|
|
|