Skip to content

Commit d623075

Browse files
committed
ci: skip certification tests that need fixing
1 parent 904751e commit d623075

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

certification/runner/index.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,9 +59,19 @@ switch (PLAN_NAME) {
5959
VARIANT.client_registration = 'dynamic_client';
6060
break;
6161
case 'fapi2-message-signing-final-test-plan':
62+
if (VARIANT.client_auth_type === 'private_key_jwt') {
63+
// TODO: unskip when https://gitlab.com/openid/conformance-suite/-/issues/1498 is fixed
64+
SKIP = 'fapi2-security-profile-id2-attempt-reuse-authorization-code-after-one-second';
65+
}
6266
VARIANT.fapi_request_method = 'signed_non_repudiation';
6367
VARIANT.fapi_response_mode = 'jarm';
6468
break;
69+
case 'fapi2-security-profile-final-test-plan':
70+
if (VARIANT.client_auth_type === 'private_key_jwt') {
71+
// TODO: unskip when https://gitlab.com/openid/conformance-suite/-/issues/1498 is fixed
72+
SKIP = 'fapi2-security-profile-id2-attempt-reuse-authorization-code-after-one-second';
73+
}
74+
break;
6575
default:
6676
break;
6777
}

0 commit comments

Comments
 (0)