| 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 82f8620dcb2978d74cb04ac7a4606f241cce2138..e05b49fbb8c6369f7d0bb3fc490b01c547cdb6a4 100644
|
| --- a/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
| +++ b/chrome/browser/ui/views/find_bar_host_interactive_uitest.cc
|
| @@ -274,7 +274,14 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) {
|
| Checkpoint("Test done", start_time);
|
| }
|
|
|
| -IN_PROC_BROWSER_TEST_F(FindInPageTest, PasteWithoutTextChange) {
|
| +// Flaky on Win. http://crbug.com/92467
|
| +#if defined(OS_WIN)
|
| +#define MAYBE_PasteWithoutTextChange FLAKY_PasteWithoutTextChange
|
| +#else
|
| +#define MAYBE_PasteWithoutTextChange PasteWithoutTextChange
|
| +#endif
|
| +
|
| +IN_PROC_BROWSER_TEST_F(FindInPageTest, MAYBE_PasteWithoutTextChange) {
|
| ASSERT_TRUE(test_server()->Start());
|
|
|
| // Make sure Chrome is in the foreground, otherwise sending input
|
|
|