diff options
author | vclarke@chromium.org <vclarke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 18:25:55 +0000 |
---|---|---|
committer | vclarke@chromium.org <vclarke@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-05-04 18:25:55 +0000 |
commit | 3ddb90368f8faecd68056db698bc94f0f9b7520f (patch) | |
tree | d80f949e60620f7be12801575ae42a939ccb0388 | |
parent | b54987703b0a5f7b1dcc192ae7e1e124cabe2da9 (diff) | |
download | chromium_src-3ddb90368f8faecd68056db698bc94f0f9b7520f.zip chromium_src-3ddb90368f8faecd68056db698bc94f0f9b7520f.tar.gz chromium_src-3ddb90368f8faecd68056db698bc94f0f9b7520f.tar.bz2 |
Disable failing instant tests
Failing tests:
instant.InstantSettingsTest.testEnableDisableInstant
instant.InstantTest.testExtnPageCanDismissInstant
instant.InstantTest.testFindInCanDismissInstant
instant.InstantTest.testInstantDisabledForJavaScript
instant.InstantTest.testInstantDisabledForURLs
instant.InstantTest.testInstantDisabledInIncognito
instant.InstantTest.testInstantLoadsFor100CharsLongQuery
instant.InstantTest.testInstantNavigation
instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle
instant.InstantTest.testNTPCanDismissInstant
instant.InstantTest.testNewWindowCanDismissInstant
instant.InstantTest.testPreFetchInstantURLNotInHistory
BUG=126261
TEST=none
NOTRY=true
Review URL: http://codereview.chromium.org/10382014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135379 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 51542ca..900bf5a 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -95,6 +95,19 @@ '-autofill.AutofillTest.testNoDuplicatePhoneNumsInPrefs', # crbug.com/123396 '-fullscreen_mouselock.FullscreenMouselockTest.testPatternsForFSAndML', + # crbug.com/126261 + '-instant.InstantSettingsTest.testEnableDisableInstant', + '-instant.InstantTest.testExtnPageCanDismissInstant', + '-instant.InstantTest.testFindInCanDismissInstant', + '-instant.InstantTest.testInstantDisabledForJavaScript', + '-instant.InstantTest.testInstantDisabledForURLs', + '-instant.InstantTest.testInstantDisabledInIncognito', + '-instant.InstantTest.testInstantLoadsFor100CharsLongQuery', + '-instant.InstantTest.testInstantNavigation', + '-instant.InstantTest.testInstantWithSearchEngineOtherThanGoogle', + '-instant.InstantTest.testNTPCanDismissInstant', + '-instant.InstantTest.testNewWindowCanDismissInstant', + '-instant.InstantTest.testPreFetchInstantURLNotInHistory', # crbug.com/100593 '-nacl_sdk.NaClSDKTest.testVerifyNaClPlugin', # crbug.com/105560 |