| Index: scripts/slave/recipe_modules/chromium_tests/steps.py
|
| diff --git a/scripts/slave/recipe_modules/chromium_tests/steps.py b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| index 748d3c0a6178fafb01b07775b56382c85ba2366f..b11561663fa7b05b6f31a3a0b5d67cc438c4a388 100644
|
| --- a/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| +++ b/scripts/slave/recipe_modules/chromium_tests/steps.py
|
| @@ -1783,7 +1783,7 @@
|
|
|
| @staticmethod
|
| def compile_targets(_):
|
| - return ['mini_installer', 'next_version_mini_installer']
|
| + return ['mini_installer']
|
|
|
| def run_step(self, api, suffix, cmd_args, **kwargs):
|
| test_path = api.path['checkout'].join('chrome', 'test', 'mini_installer')
|
|
|