| Index: unittests/stdlib_test.py
|
| diff --git a/unittests/stdlib_test.py b/unittests/stdlib_test.py
|
| index c4684ae4d57a42ab01eb16f9f7c858a16944562d..0b20dc2926cf94f033288fb3b387ef8c161553aa 100755
|
| --- a/unittests/stdlib_test.py
|
| +++ b/unittests/stdlib_test.py
|
| @@ -17,9 +17,6 @@ def recipes_py(*args):
|
| '--package', os.path.join(ROOT_DIR, 'infra', 'config', 'recipes.cfg')] +
|
| 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')
|
|
|