diff options
author | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 23:48:42 +0000 |
---|---|---|
committer | ericu@google.com <ericu@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-01-14 23:48:42 +0000 |
commit | c2b38043d0086828d844b3ad7065dbcb47c9b85d (patch) | |
tree | edbffe9e917fb68b1faca9ba6b3c10bea92054fb /chrome | |
parent | 6bd1d2b63f752287ddebd3685cf8cf67172093b2 (diff) | |
download | chromium_src-c2b38043d0086828d844b3ad7065dbcb47c9b85d.zip chromium_src-c2b38043d0086828d844b3ad7065dbcb47c9b85d.tar.gz chromium_src-c2b38043d0086828d844b3ad7065dbcb47c9b85d.tar.bz2 |
Mark PreferPreviousSearch as flaky on ChromeOS.
BUG=32312
TBR=jshin
TEST=NONE
Review URL: http://codereview.chromium.org/550052
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@36306 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/browser/views/find_bar_host_browsertest.cc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/chrome/browser/views/find_bar_host_browsertest.cc b/chrome/browser/views/find_bar_host_browsertest.cc index 0cb112f..8d30d48 100644 --- a/chrome/browser/views/find_bar_host_browsertest.cc +++ b/chrome/browser/views/find_bar_host_browsertest.cc @@ -769,6 +769,9 @@ IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, RestartSearchFromF3) { // When re-opening the find bar with F3, the find bar should be re-populated // with the last search from the same tab rather than the last overall search. // http://crbug.com/30006 +#if defined(OS_CHROMEOS) +#define PreferPreviousSearch FLAKY_PreferPreviousSearch +#endif IN_PROC_BROWSER_TEST_F(FindInPageControllerTest, PreferPreviousSearch) { HTTPTestServer* server = StartHTTPServer(); |