Commit 73159d6d authored by jhorwich@chromium.org's avatar jhorwich@chromium.org

Mark FindInPageTest.PasteWithoutTextChange flaky on CrOS

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


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

git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126772 0039d316-1c4b-4281-b951-d872f2087c98
parent 5ac31c04
...@@ -291,7 +291,8 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) { ...@@ -291,7 +291,8 @@ IN_PROC_BROWSER_TEST_F(FindInPageTest, PrepopulateRespectBlank) {
} }
// Flaky on Win. http://crbug.com/92467 // 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 #define MAYBE_PasteWithoutTextChange DISABLED_PasteWithoutTextChange
#else #else
#define MAYBE_PasteWithoutTextChange PasteWithoutTextChange #define MAYBE_PasteWithoutTextChange PasteWithoutTextChange
......
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