diff options
author | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 18:11:36 +0000 |
---|---|---|
committer | nirnimesh@chromium.org <nirnimesh@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-07-30 18:11:36 +0000 |
commit | d1e5cb68d465537844496764ff992cbbd82a4c29 (patch) | |
tree | 6c84dd50d56082ac91b2de1618f477df032aa33d | |
parent | 30667d49a9ab4435acd4c9c5361c9947b468d593 (diff) | |
download | chromium_src-d1e5cb68d465537844496764ff992cbbd82a4c29.zip chromium_src-d1e5cb68d465537844496764ff992cbbd82a4c29.tar.gz chromium_src-d1e5cb68d465537844496764ff992cbbd82a4c29.tar.bz2 |
Disable tests failing on official builders
downloads.DownloadsTest.testZip -- fails on official win builder when run thru buildbot only. runs fine when run manually
codesign -- codesign tests should be run *after* the build has been signed
BUG=50481
TEST=pyauto_functional_tests go green on official mac, win builders
Review URL: http://codereview.chromium.org/2825078
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54344 0039d316-1c4b-4281-b951-d872f2087c98
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index cf57c7e..e46166c 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -46,12 +46,17 @@ 'win': [ # testBookmarkBarVisible fails on windows. crbug.com/42823 '-bookmark_bar.BookmarkBarTest.testBookmarkBarVisible', + # download test fails on official builder, thru buildbot only. + # crbug.com/50481 + '-downloads.DownloadsTest.testZip', ], 'mac': [ # Keychain popups make password & autofill tests difficult. crbug.com/49378 '-passwords', '-autofill', + # codesign tests should run *after* signing. crbug.com/50481 + '-codesign', ], 'linux': [ # linux != chromeos |