diff --git a/recipes/recipe_modules/git/examples/full.py b/recipes/recipe_modules/git/examples/full.py index 77321f017..28b8e780b 100644 --- a/recipes/recipe_modules/git/examples/full.py +++ b/recipes/recipe_modules/git/examples/full.py @@ -98,7 +98,10 @@ def RunSteps(api): def GenTests(api): - yield api.test('basic') + yield ( + api.test('basic') + + api.runtime(is_luci=False, is_experimental=False) + ) yield ( api.test('basic_luci') + api.runtime(is_luci=True, is_experimental=False)