Commit 553854b5 authored by Vidhan's avatar Vidhan Committed by Commit Bot

Disable flaky test AutofillRestrictUnownedFieldsTest.AllAutocomplete

Bug: 1080468
Change-Id: Ia85c3a27edd63a03ba17089d1fbfc2b3210f268d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362659
Commit-Queue: Matthias Körber <koerber@google.com>
Reviewed-by: default avatarMatthias Körber <koerber@google.com>
Cr-Commit-Position: refs/heads/master@{#799903}
parent 596aa73e
......@@ -2710,7 +2710,8 @@ IN_PROC_BROWSER_TEST_P(AutofillRestrictUnownedFieldsTest, SomeAutocomplete) {
// Test that we do not fill formless non-checkout forms when we enable the
// formless form restrictions.
IN_PROC_BROWSER_TEST_P(AutofillRestrictUnownedFieldsTest, AllAutocomplete) {
IN_PROC_BROWSER_TEST_P(AutofillRestrictUnownedFieldsTest,
DISABLED_AllAutocomplete) {
SCOPED_TRACE(base::StringPrintf("restrict_unowned_fields_ = %d",
restrict_unowned_fields_));
CreateTestProfile();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment