Commit 5e7bb268 authored by Trent Apted's avatar Trent Apted Committed by Commit Bot

Disable AutofillInteractiveTest.MultipleEmailFilledByOneUserGesture on CrOS

Flaky.

TBR=mathp@chromium.org

Bug: 821202, 516052
Change-Id: Ic697ed6f0c3ae27f9a8b6358071a584a6026d30d
Reviewed-on: https://chromium-review.googlesource.com/958891Reviewed-by: default avatarTrent Apted <tapted@chromium.org>
Commit-Queue: Trent Apted <tapted@chromium.org>
Cr-Commit-Position: refs/heads/master@{#542706}
parent 1286c724
......@@ -1621,8 +1621,16 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
// Test forms with multiple email addresses are filled properly.
// Entire form should be filled with one user gesture.
// Tests using PopulateForm() are flaky on CrOS; see https://crbug.com/516052.
#if defined(OS_CHROMEOS)
#define MAYBE_MultipleEmailFilledByOneUserGesture \
DISABLED_MultipleEmailFilledByOneUserGesture
#else
#define MAYBE_MultipleEmailFilledByOneUserGesture \
MultipleEmailFilledByOneUserGesture
#endif
IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
MultipleEmailFilledByOneUserGesture) {
MAYBE_MultipleEmailFilledByOneUserGesture) {
std::string email("bsmith@gmail.com");
AutofillProfile profile;
......
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