File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed
Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff 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}
You can’t perform that action at this time.
0 commit comments