summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--chrome/test/functional/PYAUTO_TESTS5
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