| Index: scripts/slave/recipes/chromium_trybot.py
|
| diff --git a/scripts/slave/recipes/chromium_trybot.py b/scripts/slave/recipes/chromium_trybot.py
|
| index 071cd5e0cdef0c3f460890f334b3cb34fef06644..49067b387728659cfd6cb8a764c076711fae5d73 100644
|
| --- a/scripts/slave/recipes/chromium_trybot.py
|
| +++ b/scripts/slave/recipes/chromium_trybot.py
|
| @@ -792,16 +792,6 @@ def GenTests(api):
|
| )
|
| )
|
|
|
| - yield (
|
| - api.test('swarming_paths') +
|
| - api.properties.tryserver(
|
| - mastername='tryserver.chromium.linux',
|
| - buildername='linux_chromium_rel_ng',
|
| - path_config='swarming',
|
| - ) +
|
| - api.platform.name('linux')
|
| - )
|
| -
|
| # This tests that if the first fails, but the second pass succeeds
|
| # that we fail the whole build.
|
| yield (
|
|
|