diff --git a/.github/workflows/testing.yml b/.github/workflows/testing.yml index c8df5db0..03b8e032 100644 --- a/.github/workflows/testing.yml +++ b/.github/workflows/testing.yml @@ -53,4 +53,4 @@ jobs: - name: Test with pytest run: | cd ${CLAW}/pyclaw - pytest --ignore=development + pytest --ignore=development -k "not test_shallow_sphere"