| 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 a7e2f85eb7f990e52afca70fafa070b9473c687f..23dcb111c9c71ac0298b55a1c4b6685334b9887e 100644
|
| --- a/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| +++ b/chrome/browser/autofill/autofill_interactive_uitest.cc
|
| @@ -656,9 +656,10 @@ IN_PROC_BROWSER_TEST_F(AutofillInteractiveTest, OnDeleteValueAfterAutofill) {
|
|
|
| // 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)
|
| -// Flakily triggers and assert on Mac.
|
| -// http://crbug.com/419868
|
| +#if defined(OS_MACOSX) || defined(OS_CHROMEOS)
|
| +// Flakily triggers and assert on Mac; flakily gets empty string instead
|
| +// of "Adam" on ChromeOS.
|
| +// http://crbug.com/419868, http://crbug.com/595385.
|
| #define MAYBE_OnSelectOptionFromDatalist DISABLED_OnSelectOptionFromDatalist
|
| #else
|
| #define MAYBE_OnSelectOptionFromDatalist OnSelectOptionFromDatalist
|
|
|