diff options
author | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 02:17:30 +0000 |
---|---|---|
committer | dyu@chromium.org <dyu@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-04-03 02:17:30 +0000 |
commit | 3ac565d1b634e70715be51a51a7e9999084556f9 (patch) | |
tree | a999f11f500dd2c59f84a37ed8853d34b08f0038 /chrome | |
parent | 8fde05262846f8c3de0ec386cd96efb7034330ff (diff) | |
download | chromium_src-3ac565d1b634e70715be51a51a7e9999084556f9.zip chromium_src-3ac565d1b634e70715be51a51a7e9999084556f9.tar.gz chromium_src-3ac565d1b634e70715be51a51a7e9999084556f9.tar.bz2 |
Disable a bunch of pyAuto tests due to CL 9963028 being reverted.
The chrome-qa bots is still running the previous night's build so these tests are failing.
TEST=none
BUG=121594
Review URL: https://chromiumcodereview.appspot.com/9963092
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@130292 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 3f291f2..7c3dfc8 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -505,6 +505,16 @@ # crbug.com/119605 '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalid', '-protector.ProtectorPreferencesTest.testPreferencesBackupInvalidChangeDismissedOnEdit', + # crbug.com/121594 + '-browsing_data.BrowsingDataTest.testClearDownloads', + '-browsing_data.BrowsingDataTest.testClearHistoryAndDownloads', + '-browsing_data.BrowsingDataTest.testClearingAccuracy', + '-downloads.DownloadsTest', + '-find_in_page.FindMatchTests.testSearchWithinSpecialURL', + '-history.HistoryTest.testDownloadNoHistory', + '-infobars.InfobarTest.testMultipleDownloadsInfobar', + '-prefs.PrefsTest.testDownloadDirPref', + '-translate.TranslateTest.testDownloadsNotTranslated', ], 'win': [ |