From e0ad3bacc8aaaf0a968d95d361d0b051e499d832 Mon Sep 17 00:00:00 2001 From: alex Date: Fri, 10 Apr 2026 15:40:58 +0200 Subject: [PATCH] Deactivate all tests except for the subprocess tests. --- .github/workflows/ci.yml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e0673c551..3d09b36d8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -140,20 +140,20 @@ jobs: # - All subprocess-spawning tests (each spawns their own SimulationApp) # # To restore sanity here is a goal for Isaac Lab Arena v0.3. - - name: Run in-process Newton tests - run: | - /isaac-sim/python.sh -m pytest -sv -m with_newton \ - isaaclab_arena/tests/ - - - name: Run in-process PhysX tests without cameras - run: | - /isaac-sim/python.sh -m pytest -sv -m "not with_cameras and not with_subprocess and not with_newton" \ - isaaclab_arena/tests/ - - - name: Run in-process PhysX tests with cameras - run: | - /isaac-sim/python.sh -m pytest -sv -m "with_cameras and not with_subprocess and not with_newton" \ - isaaclab_arena/tests/ + # - name: Run in-process Newton tests + # run: | + # /isaac-sim/python.sh -m pytest -sv -m with_newton \ + # isaaclab_arena/tests/ + + # - name: Run in-process PhysX tests without cameras + # run: | + # /isaac-sim/python.sh -m pytest -sv -m "not with_cameras and not with_subprocess and not with_newton" \ + # isaaclab_arena/tests/ + + # - name: Run in-process PhysX tests with cameras + # run: | + # /isaac-sim/python.sh -m pytest -sv -m "with_cameras and not with_subprocess and not with_newton" \ + # isaaclab_arena/tests/ - name: Run subprocess-spawning PhysX tests run: |