| 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
|
|
|