| Index: chrome/browser/autofill/autofill_interactive_uitest.cc
|
| diff --git a/chrome/browser/autofill/autofill_interactive_uitest.cc b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| index 4074995bd1561925db7eff560f1be691945ccbdd..155f9bf3a6a55939f96eae75c37a8cf02bf4fe87 100644
|
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| @@ -764,10 +764,12 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest,
|
|
|
| // Test that an input field is not rendered with the yellow autofilled
|
| // background color when choosing an option from the datalist suggestion list.
|
| -#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| +#if defined(OS_MACOSX) || defined(OS_CHROMEOS) || defined(OS_WIN) || \
|
| + defined(OS_LINUX)
|
| // Flakily triggers and assert on Mac; flakily gets empty string instead
|
| // of "Adam" on ChromeOS.
|
| // http://crbug.com/419868, http://crbug.com/595385.
|
| +// Flaky on Windows and Linux as well: http://crbug.com/595385
|
| #define MAYBE_OnSelectOptionFromDatalist DISABLED_OnSelectOptionFromDatalist
|
| #else
|
| #define MAYBE_OnSelectOptionFromDatalist OnSelectOptionFromDatalist
|
|
|