Commit 49c85aaf authored by mnissler@chromium.org's avatar mnissler@chromium.org

Mark FindInPageTest.PasteWithoutTextChange flaky on Win.

BUG=92467
TEST=
TBR=suzhe@chromium.org

Review URL: http://codereview.chromium.org/7616007

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@96369 0039d316-1c4b-4281-b951-d872f2087c98
parent cddf7f54
...@@ -274,7 +274,14 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) { ...@@ -274,7 +274,14 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) {
Checkpoint("Test done", start_time); 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()); ASSERT_TRUE(test_server()->Start());
// Make sure Chrome is in the foreground, otherwise sending input // Make sure Chrome is in the foreground, otherwise sending input
......
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