We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28c638f commit de0a8ccCopy full SHA for de0a8cc
.github/workflows/testing.yml
@@ -53,4 +53,4 @@ jobs:
53
- name: Test with pytest
54
run: |
55
cd ${CLAW}/pyclaw
56
- pytest --ignore=development
+ pytest --ignore=development -k "not test_shallow_sphere"
0 commit comments