diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 19:43:34 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-20 19:43:34 +0000 |
commit | e3f91d38944ab51947e2ed5a00bfcc660eba7674 (patch) | |
tree | da35fc8183db532f29b405f165d2271587f5acd3 | |
parent | 2492edb68f4907031b3188ba069c60c9d7aeea3a (diff) | |
download | chromium_src-e3f91d38944ab51947e2ed5a00bfcc660eba7674.zip chromium_src-e3f91d38944ab51947e2ed5a00bfcc660eba7674.tar.gz chromium_src-e3f91d38944ab51947e2ed5a00bfcc660eba7674.tar.bz2 |
Disable omnibox.OmniboxTest.testOmniboxSearchHistory on chromeos too
It's already disabled on linux, so I don't expect it to work on chrome.s
R=dennisjeffrey@chromium.org
BUG=91033
TEST=
Review URL: http://codereview.chromium.org/8989026
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115162 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 86cb2bc..8606d1f 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -300,6 +300,8 @@ '-ntp.NTPTest.testLaunchAppFullScreen', # Content history broken in omnibox. crosbug.com/14416 '-omnibox.OmniboxTest.testContentHistory', + # crbug.com/91033 + '-omnibox.OmniboxTest.testOmniboxSearchHistory', # crosbug.com/19760 '-passwords.PasswordTest.testClearFetchedCredForNewUserName', '-passwords.PasswordTest.testSavedPasswordInTabsAndWindows', |