diff --git a/tests/recipes_test.py b/tests/recipes_test.py index 1d1e4afff..3c9e0fd11 100755 --- a/tests/recipes_test.py +++ b/tests/recipes_test.py @@ -16,9 +16,6 @@ def recipes_py(*args): os.path.join(ROOT_DIR, 'recipes', 'recipes.py'), '--use-bootstrap'] + list(args)) -# Run both current simulation test logic (simulation_test), and experimental -# (test). Eventually the former will be removed. -recipes_py('simulation_test') recipes_py('test', 'run') recipes_py('lint')