diff --git a/galaxy_ng/tests/integration/api/test_artifact_upload.py b/galaxy_ng/tests/integration/api/test_artifact_upload.py index 2ffa426c73..82bf23af43 100644 --- a/galaxy_ng/tests/integration/api/test_artifact_upload.py +++ b/galaxy_ng/tests/integration/api/test_artifact_upload.py @@ -428,6 +428,7 @@ def test_ansible_lint_exception(ansible_config, upload_artifact, hub_version): assert len(stderr_msg) == 0 # this stderr message not in log +@pytest.mark.min_hub_version("4.8dev") @pytest.mark.stage_health @pytest.mark.importer @pytest.mark.all