summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 17:36:50 +0000
committerdyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-05-07 17:36:50 +0000
commitfdc3835745175764c2ce3fb3829fbc2e9cdd6b05 (patch)
tree39bed7cfc2ec9e4d328485d90931867b92cee143
parent2e44228516fbdcf15701913e6a154fca0fc01828 (diff)
downloadchromium_src-fdc3835745175764c2ce3fb3829fbc2e9cdd6b05.zip
chromium_src-fdc3835745175764c2ce3fb3829fbc2e9cdd6b05.tar.gz
chromium_src-fdc3835745175764c2ce3fb3829fbc2e9cdd6b05.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: https://chromiumcodereview.appspot.com/10384037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@135667 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r--chrome/test/functional/PYAUTO_TESTS13
1 files changed, 13 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index fbf59b3..d67d575 100644
--- a/chrome/test/functional/PYAUTO_TESTS
+++ b/chrome/test/functional/PYAUTO_TESTS
@@ -99,6 +99,19 @@
'-indexeddb.IndexedDBTest.testIndexedDBNullKeyPathPersistence',
# crbug.com/126311
'-infobars.OneClickInfobarTest.testDisplayOneClickInfobarPerProfile',
+ # 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/126311
'-multiprofile.MultiprofileTest.test20NewProfiles',
'-multiprofile.MultiprofileTest.testBasic',