diff --git a/galaxy_ng/tests/integration/package/test_package_install.py b/galaxy_ng/tests/integration/package/test_package_install.py index 2950ef3fc3..89a907519a 100644 --- a/galaxy_ng/tests/integration/package/test_package_install.py +++ b/galaxy_ng/tests/integration/package/test_package_install.py @@ -4,6 +4,7 @@ """ +import os import pytest import subprocess import tempfile @@ -21,6 +22,10 @@ {'LOCK_REQUIREMENTS': '0'} ] ) +@pytest.mark.skipif( + os.environ.get('JWT_PROXY') is not None, + reason="django-ansible-base fails to install under dab profile" +) def test_package_install(env_vars): """smoktest setup.py"""