File tree Expand file tree Collapse file tree 1 file changed +16
-11
lines changed
Expand file tree Collapse file tree 1 file changed +16
-11
lines changed Original file line number Diff line number Diff line change @@ -141,21 +141,26 @@ jobs:
141141 #
142142 # To restore sanity here is a goal for Isaac Lab Arena v0.3.
143143
144- - name : Run in-process tests without cameras
145- run : |
146- /isaac-sim/python.sh -m pytest -sv -m "not with_cameras and not with_subprocess" \
147- isaaclab_arena/tests/
144+ # - name: Run in-process tests without cameras
145+ # run: |
146+ # /isaac-sim/python.sh -m pytest -sv -m "not with_cameras and not with_subprocess" \
147+ # isaaclab_arena/tests/
148148
149- - name : Run in-process tests with cameras.
150- run : |
151- /isaac-sim/python.sh -m pytest -sv -m "with_cameras and not with_subprocess" \
152- isaaclab_arena/tests/
149+ # - name: Run in-process tests with cameras.
150+ # run: |
151+ # /isaac-sim/python.sh -m pytest -sv -m "with_cameras and not with_subprocess" \
152+ # isaaclab_arena/tests/
153+
154+ # - name: Run subprocess-spawning tests (before persistent SimApp is created)
155+ # run: |
156+ # /isaac-sim/python.sh -m pytest -sv -m with_subprocess \
157+ # isaaclab_arena/tests/
153158
154159 - name : Run subprocess-spawning tests (before persistent SimApp is created)
155160 run : |
156- /isaac-sim/python.sh -m pytest -sv -m with_subprocess \
157- isaaclab_arena/tests/
158-
161+ /isaac-sim/python.sh -m pytest -sv \
162+ isaaclab_arena/tests/test_policy_runner.py::test_replay_policy_gr1_open_microwave \
163+ isaaclab_arena/tests/test_sequential_task_mimic_data_generation.py::test_franka_put_and_close_door_mimic_data_generation_single_env
159164
160165 test_policy :
161166 name : Run policy-related tests with GR00T & cuda12_8 deps
You can’t perform that action at this time.
0 commit comments