| Index: scripts/slave/recipes/gatekeeper.py
|
| diff --git a/scripts/slave/recipes/gatekeeper.py b/scripts/slave/recipes/gatekeeper.py
|
| index f3110a5ed44977a7ab5a81b25d36ee30d59736d6..9a9eb448db02bf06627e60307229e0e7381ea794 100644
|
| --- a/scripts/slave/recipes/gatekeeper.py
|
| +++ b/scripts/slave/recipes/gatekeeper.py
|
| @@ -32,16 +32,6 @@ def GenTests(api):
|
| )
|
|
|
| yield (
|
| - api.test('real')
|
| - + api.step_data(
|
| - 'reading gatekeeper_trees.json',
|
| - api.gatekeeper.read_real_config(
|
| - os.path.join('scripts', 'slave', 'gatekeeper_trees.json')
|
| - ),
|
| - )
|
| - )
|
| -
|
| - yield (
|
| api.test('keep_going')
|
| + api.step_data(
|
| 'reading gatekeeper_trees.json',
|
|
|