Temporarily disable WebAuthn Firefox testing (#22071)
This commit is contained in:
parent
6c38ba4c61
commit
e6545ea32a
1 changed files with 3 additions and 1 deletions
4
.github/workflows/ci.yml
vendored
4
.github/workflows/ci.yml
vendored
|
@ -476,7 +476,9 @@ jobs:
|
||||||
timeout-minutes: 45
|
timeout-minutes: 45
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
browser: [chrome, firefox]
|
browser:
|
||||||
|
- chrome
|
||||||
|
# - firefox disabled until https://github.com/keycloak/keycloak/issues/20777 is resolved
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
Loading…
Reference in a new issue