Commit 45d4b5d7 authored by Greg Thompson's avatar Greg Thompson Committed by Commit Bot

Disable AutofillInteractiveTest.FormFillableOnReset on CrOS.

AutofillInteractiveTest::PopulateForm has flaky timeouts on CrOS.

BUG=516052
TBR=estade@chromium.org

Change-Id: I40c3cfaf2a73488fe309e301d7c58317062cd440
Reviewed-on: https://chromium-review.googlesource.com/794130Reviewed-by: default avatarGreg Thompson <grt@chromium.org>
Commit-Queue: Greg Thompson <grt@chromium.org>
Cr-Commit-Position: refs/heads/master@{#519713}
parent 1c93289e
...@@ -1584,6 +1584,12 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, ...@@ -1584,6 +1584,12 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
// 1. Fill form using a saved profile. // 1. Fill form using a saved profile.
// 2. Reset the form. // 2. Reset the form.
// 3. Fill form using a saved profile. // 3. Fill form using a saved profile.
// Tests using PopulateForm() are flaky on CrOS; see https://crbug.com/516052.
#if defined(OS_CHROMEOS)
#define MAYBE_FormFillableOnReset DISABLED_FormFillableOnReset
#else
#define MAYBE_FormFillableOnReset FormFillableOnReset
#endif
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, FormFillableOnReset) { IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, FormFillableOnReset) {
CreateTestProfile(); 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