Skip to content

Commit c97f118

Browse files
committed
chore: disable webauthn integration tests
1 parent e4cf95c commit c97f118

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/integ_test_auth.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,8 @@ jobs:
5959
timeout-minutes: 30
6060
secrets: inherit
6161

62-
auth-webauthn-integration-test-iOS:
63-
name: Auth WebAuthn Integration Tests (iOS)
64-
uses: ./.github/workflows/integ_test_auth_webauthn.yml
65-
secrets: inherit
62+
# Disabling the integration test because the job is not able to connect to the local server
63+
# auth-webauthn-integration-test-iOS:
64+
# name: Auth WebAuthn Integration Tests (iOS)
65+
# uses: ./.github/workflows/integ_test_auth_webauthn.yml
66+
# secrets: inherit

0 commit comments

Comments
 (0)