Skip to content

Commit 71be53f

Browse files
committed
Disabled window tests on macOS due to unstable runners
1 parent c395c62 commit 71be53f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/snapshot_release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
working-directory: ./test/
3737
run: npm cit
3838
- name: Run window tests
39+
if: ${{matrix.os != 'macos-11'}}
3940
uses: GabrielBB/xvfb-action@v1
4041
with:
4142
working-directory: ./test/window-integration-tests

0 commit comments

Comments
 (0)