Skip to content

Commit 37cfb2e

Browse files
committed
skipping windows given docker binaries do not match
1 parent 7fcf039 commit 37cfb2e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Run tests on Windows
171171
if: matrix.os == 'windows-latest'
172172
run: | # we need a separate step because of the bash-specific if-statement in the previous one.
173-
pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1
173+
pytest -n 4 --durations=20 --dist load -sv --reruns 5 --reruns-delay 1 -m "not uses_test_server"
174174
175175
- name: Upload coverage
176176
if: matrix.code-cov && always()

0 commit comments

Comments
 (0)