Skip to content

Commit

Permalink
skip ns test for versions < 4.9 (#1986)
Browse files Browse the repository at this point in the history
No-Issue
  • Loading branch information
chr-stian authored Nov 24, 2023
1 parent 5d53bbb commit 7d0cced
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 @@ -173,6 +173,7 @@ def test_namespace_edit_with_user(ansible_config, user_property):

@pytest.mark.namespace
@pytest.mark.all
@pytest.mark.min_hub_version("4.9dev")
def test_namespace_edit_logo(ansible_config):

config = ansible_config("admin")
Expand Down Expand Up @@ -340,6 +341,7 @@ def _test_namespace_logo_propagates_to_collections(ansible_config, upload_artifa
@pytest.mark.namespace
@pytest.mark.deployment_community
@pytest.mark.deployment_standalone
@pytest.mark.min_hub_version("4.9dev")
def test_namespace_logo_propagates_to_collections(ansible_config, upload_artifact):
_test_namespace_logo_propagates_to_collections(ansible_config, upload_artifact, False)

Expand Down

0 comments on commit 7d0cced

Please sign in to comment.