| Index: appengine/findit/waterfall/detect_first_failure_pipeline.py
|
| diff --git a/appengine/findit/waterfall/detect_first_failure_pipeline.py b/appengine/findit/waterfall/detect_first_failure_pipeline.py
|
| index f5f728a9be271054396a457314413c4da6c4ef58..a6dd42e025edc92e68057099ee4417dc7493aa35 100644
|
| --- a/appengine/findit/waterfall/detect_first_failure_pipeline.py
|
| +++ b/appengine/findit/waterfall/detect_first_failure_pipeline.py
|
| @@ -354,7 +354,7 @@ class DetectFirstFailurePipeline(BasePipeline):
|
|
|
| for step_name, failed_step in failed_steps.iteritems():
|
| if not failed_step.get('list_isolated_data'): # Non-swarming step.
|
| - continue
|
| + continue # pragma: no cover.
|
|
|
| # Checks tests in one step and updates failed_step info if swarming.
|
| result = self._StartTestLevelCheckForFirstFailure(
|
|
|