Chromium Code Reviews| Index: scripts/slave/recipe_modules/v8/api.py |
| diff --git a/scripts/slave/recipe_modules/v8/api.py b/scripts/slave/recipe_modules/v8/api.py |
| index 4074a8f108dc7659bd3cfbb70b6e7103e11394a8..6e2c5d6d7356a73fb8121ef8b9f82a8e90b2b7aa 100644 |
| --- a/scripts/slave/recipe_modules/v8/api.py |
| +++ b/scripts/slave/recipe_modules/v8/api.py |
| @@ -277,7 +277,7 @@ class V8Api(recipe_api.RecipeApi): |
| tests_to_isolate = [] |
| def add_tests_to_isolate(tests): |
| for test in tests: |
| - if not test.swarming: |
| + if not test.swarming: # pragma: no cover |
|
Michael Achenbach
2016/01/11 08:37:42
I'll keep this code around for the next test type
|
| # Skip tests that explicitly disable swarming. |
| continue |
| config = testing.TEST_CONFIGS.get(test.name) or {} |