| Index: scripts/slave/recipes/boringssl.py
|
| diff --git a/scripts/slave/recipes/boringssl.py b/scripts/slave/recipes/boringssl.py
|
| index 0bee4538f38deabb6e31442060d175296732eedb..c5e673e16ab90824d32f46df8e694c5fe89f1ee3 100644
|
| --- a/scripts/slave/recipes/boringssl.py
|
| +++ b/scripts/slave/recipes/boringssl.py
|
| @@ -283,15 +283,6 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| - api.test('gerrit_cl_deprecated') +
|
| - api.platform('linux', 64) +
|
| - api.properties.tryserver_gerrit(
|
| - gerrit_host='boringssl-review.googlesource.com',
|
| - full_project_name='boringssl',
|
| - mastername='actually-no-master', buildername='linux',
|
| - slavename='swarming-slave')
|
| - )
|
| - yield (
|
| api.test('gerrit_cl') +
|
| api.platform('linux', 64) +
|
| api.properties.tryserver(
|
|
|