| Index: chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
| diff --git a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
| index c62300f18f41338b5a84927117b77ca6d6f28727..fb1eaadc5c30579e1e82aba2cff050c378a202a6 100644
|
| --- a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
| @@ -291,7 +291,8 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) {
|
| }
|
|
|
| // Flaky on Win. http://crbug.com/92467
|
| -#if defined(OS_WIN)
|
| +// Flaky on ChromeOS. http://crbug.com/118216
|
| +#if defined(OS_WIN) || defined(OS_CHROMEOS)
|
| #define MAYBE_PasteWithoutTextChange DISABLED_PasteWithoutTextChange
|
| #else
|
| #define MAYBE_PasteWithoutTextChange PasteWithoutTextChange
|
|
|