Skip to content

Commit d0bf4db

Browse files
committed
add markers
1 parent 2aea6e7 commit d0bf4db

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ markers =[
4747
"multi_ns",
4848
"oidc",
4949
"policies",
50+
"paul",
5051
"policies_rl",
5152
"policies_jwt",
5253
"policies_ac",

tests/suite/test_rl_policies_vsr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -895,6 +895,7 @@ def test_override_multiple_tiered_jwt_claim_sub_vs_vsr(
895895
)
896896

897897
@pytest.mark.skip_for_nginx_oss
898+
@pytest.mark.paul
898899
@pytest.mark.parametrize("src", [rl_vsr_basic_premium_jwt_claim_sub])
899900
def test_rl_duplicate_default_policy_tiered_basic_premium_with_default_jwt_claim_sub_vsr(
900901
self,

0 commit comments

Comments
 (0)