File tree Expand file tree Collapse file tree 1 file changed +2
-10
lines changed
Expand file tree Collapse file tree 1 file changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -47,6 +47,8 @@ switch (PLAN_NAME) {
4747 VARIANT . response_type = 'code' ;
4848 break ;
4949 case 'oidcc-basic-certification-test-plan' :
50+ // TODO: unskip when https://gitlab.com/openid/conformance-suite/-/issues/1519 is fixed
51+ SKIP = 'oidcc-ensure-post-request-succeeds' ;
5052 VARIANT . server_metadata = 'discovery' ;
5153 VARIANT . client_registration = 'dynamic_client' ;
5254 break ;
@@ -59,19 +61,9 @@ switch (PLAN_NAME) {
5961 VARIANT . client_registration = 'dynamic_client' ;
6062 break ;
6163 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-final-attempt-reuse-authorization-code-after-one-second' ;
65- }
6664 VARIANT . fapi_request_method = 'signed_non_repudiation' ;
6765 VARIANT . fapi_response_mode = 'jarm' ;
6866 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-final-attempt-reuse-authorization-code-after-one-second' ;
73- }
74- break ;
7567 default :
7668 break ;
7769}
You can’t perform that action at this time.
0 commit comments