Skip to content

Commit

Permalink
Skip JWKS tests (#3922)
Browse files Browse the repository at this point in the history
  • Loading branch information
shaun-nx authored May 22, 2023
1 parent 8b96ed9 commit 9654b28
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions tests/suite/test_jwt_policies_jwksuri.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def get_token(request):


@pytest.mark.skip_for_nginx_oss
@pytest.mark.skip(reason="issues with IdP communication")
@pytest.mark.policies
@pytest.mark.parametrize(
"crd_ingress_controller, virtual_server_setup",
Expand Down
3 changes: 2 additions & 1 deletion tests/suite/test_jwt_policies_jwksuri_vsr.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ def get_token(request):


@pytest.mark.skip_for_nginx_oss
@pytest.mark.jwks
@pytest.mark.policies
@pytest.mark.skip(reason="issues with IdP communication")
@pytest.mark.parametrize(
"crd_ingress_controller, v_s_route_setup",
[
Expand Down

0 comments on commit 9654b28

Please sign in to comment.