diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 09:02:39 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-21 09:02:39 +0000 |
commit | d18afeae0ed73c72e941860f25d345bc3a4004b0 (patch) | |
tree | 51ba63c094b0350e6b01fde9923cb0146d8f9365 /chrome/test | |
parent | 2dacd862e25774bac714cf90b8f0f19f0ecded79 (diff) | |
download | chromium_src-d18afeae0ed73c72e941860f25d345bc3a4004b0.zip chromium_src-d18afeae0ed73c72e941860f25d345bc3a4004b0.tar.gz chromium_src-d18afeae0ed73c72e941860f25d345bc3a4004b0.tar.bz2 |
Disable find_in_page.FindMatchTests.testSearchWithinSpecialURL
TBR=rdsmith
BUG=108269
TEST=None
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115285 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/test')
-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 1f1d314..ca95c92 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -85,6 +85,8 @@ '-autofill.AutofillTest.testFillProfileCrazyCharacters', # crbug.com/99475 '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', + # crbug.com/108269 + '-find_in_page.FindMatchTests.testSearchWithinSpecialURL', # crbug.com/99506 '-notifications.NotificationsTest.testSpecialURLNotification', # crbug.com/71715 |