diff --git a/Makefile b/Makefile index 8ea81fe1e0..8d6688d2d2 100644 --- a/Makefile +++ b/Makefile @@ -36,8 +36,7 @@ sanity-test: build-sanity-scenarios ./smarts/core/tests/test_dynamics_backend.py::test_set_pose \ ./smarts/core/tests/test_sensors.py::test_waypoints_sensor \ ./smarts/core/tests/test_smarts.py::test_smarts_doesnt_leak_tasks_after_reset \ - ./examples/tests/test_examples.py::test_examples[hiway_v1] \ - ./examples/tests/test_examples.py::test_examples[laner] \ + ./examples/tests/test_examples.py::test_examples[e2_single_agent] \ ./smarts/env/tests/test_social_agent.py::test_social_agents_not_in_env_obs_keys .PHONY: test-learning