Chromium Code Reviews| Index: content/test/gpu/generate_buildbot_json.py |
| diff --git a/content/test/gpu/generate_buildbot_json.py b/content/test/gpu/generate_buildbot_json.py |
| index 001fb1dd63b8b5b2751811ec6d0e3f9a52de8671..7492f61d218c12519fa89d4242e38423a8c55cf1 100755 |
| --- a/content/test/gpu/generate_buildbot_json.py |
| +++ b/content/test/gpu/generate_buildbot_json.py |
| @@ -803,6 +803,7 @@ COMMON_GTESTS = { |
| ], |
| }, |
| ], |
| + 'args': ['--test-launcher-retry-limit=0'], |
|
Ken Russell (switch to Gerrit)
2016/11/29 02:53:44
Please add a comment indicating that test retries
|
| 'desktop_args': ['--use-gpu-in-tests'] |
| }, |
| 'angle_unittests': { |
| @@ -811,6 +812,7 @@ COMMON_GTESTS = { |
| 'allow_on_android': True, |
| } |
| ], |
| + 'args': ['--test-launcher-retry-limit=0'], |
|
Ken Russell (switch to Gerrit)
2016/11/29 02:53:44
Same here.
|
| 'desktop_args': ['--use-gpu-in-tests'] |
| }, |
| # Until the media-only tests are extracted from content_unittests, |