Skip to content

Commit cd1311d

Browse files
authored
Disable pytest faulthandler
See jpype-project/jpype#842 (comment)
1 parent abf41e0 commit cd1311d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
timeout-minutes: 30
174174
env:
175175
WK_TOKEN: ${{ secrets.WK_TOKEN }}
176-
run: ./test.sh -vv --splits 3 --group ${{ matrix.group }} --splitting-algorithm least_duration
176+
run: ./test.sh -vv -p no:faulthandler --splits 3 --group ${{ matrix.group }} --splitting-algorithm least_duration
177177

178178
- name: Check if git is dirty
179179
run: |

0 commit comments

Comments
 (0)