Skip to content

Commit e1a4dd4

Browse files
committed
[tmp] Disable some tests
1 parent 0371b8c commit e1a4dd4

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ jobs:
6363
mypy --config-file tests/.mypy.ini $( git ls-tree -r --name-only HEAD | 'grep' -E '[.]py$' )
6464
6565
Tests:
66+
if: false
6667
runs-on: ${{ matrix.os }}
6768

6869
strategy:
@@ -194,17 +195,9 @@ jobs:
194195
timeout-minutes: 10
195196

196197
strategy:
198+
fail-fast: false
197199
matrix:
198200
include:
199-
- os: freebsd
200-
version: '14.3'
201-
display_name: FreeBSD
202-
- os: freebsd
203-
version: '13.5'
204-
display_name: FreeBSD
205-
- os: openbsd
206-
version: '7.7'
207-
display_name: OpenBSD
208201
# OpenBSD 6.9 is not supported because it only has Python 3.8, which is not supported anymore.
209202
- os: netbsd
210203
version: '10.1'

0 commit comments

Comments
 (0)