Skip to content

Commit

Permalink
skip namespace tests if version is lower than 4.9
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian committed Oct 17, 2023
1 parent b10dd99 commit 686c14a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions galaxy_ng/tests/integration/api/test_namespace_management.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ def test_namespace_create_and_delete(ansible_config, api_version):
'username'
]
)
@pytest.mark.min_hub_version("4.9")
def test_namespace_create_with_user(ansible_config, user_property):
config = ansible_config("partner_engineer")
api_client = get_client(config, request_token=True, require_auth=True)
Expand Down Expand Up @@ -113,6 +114,7 @@ def test_namespace_create_with_user(ansible_config, user_property):
'username'
]
)
@pytest.mark.min_hub_version("4.9")
def test_namespace_edit_with_user(ansible_config, user_property):
config = ansible_config("partner_engineer")
api_client = get_client(config, request_token=True, require_auth=True)
Expand Down

0 comments on commit 686c14a

Please sign in to comment.