Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3067)

Unified Diff: chrome/test/functional/PYAUTO_TESTS

Issue 2825078: Disable tests failing on official builders (Closed)
Patch Set: Created 10 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/functional/PYAUTO_TESTS
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS
index cf57c7ef96caa150f21a4893096c2c2b0ff1d34b..e46166c34203811e660ffedaa92928a8a3b5d9ec 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698