👷 Tolerate some failures in matrix testing

Tests on the profile created with Firefox 144 are expected to fail on older NSS versions (exact version to be determined)
This commit is contained in:
Renato Alves
2025-11-13 18:13:12 +01:00
parent db841f217d
commit 88dbd80198

View File

@@ -5,6 +5,7 @@ jobs:
test-firefox:
runs-on: ${{ matrix.os }}-latest
strategy:
fail-fast: true
matrix:
os: [ubuntu, macos, windows]
# pypy3 not yet up to speed with py3.9 typing hints