Skip to content

Commit 06a6915

Browse files
committed
Try turning off statusicon tests
1 parent 0bd5483 commit 06a6915

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
@@ -405,7 +405,7 @@ jobs:
405405
timeout-minutes: 15
406406
run: |
407407
${{ matrix.briefcase-run-prefix }} \
408-
briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }} -- --ci
408+
briefcase run ${{ matrix.platform }} --log --test ${{ matrix.briefcase-run-args }} -- --ci -k "not (test_statusicons)"
409409
410410
- name: Upload Logs
411411
uses: actions/[email protected]

0 commit comments

Comments
 (0)