Skip to content

Commit

Permalink
This will probably fail?
Browse files Browse the repository at this point in the history
No-Issue

Signed-off-by: James Tanner <[email protected]>
  • Loading branch information
jctanner committed Jun 11, 2024
1 parent 69b03d8 commit a8118b3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions galaxy_ng/tests/integration/api/test_dab.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@
from ..utils.iqe_utils import is_dev_env_standalone


"""
@pytest.mark.min_hub_version("4.10dev")
@pytest.mark.all
@pytest.mark.deployment_community
@pytest.mark.skip_in_gw
@pytest.mark.xfail
def test_dab_service_index_is_not_available(ansible_config):
if not is_dev_env_standalone():
pytest.skip("This test should only run if hub is deployed without gateway")
Expand All @@ -23,4 +23,3 @@ def test_dab_service_index_is_not_available(ansible_config):
api_client.request(url)

assert 'HTTP Code: 404, Message: Not Found' in str(e.value)
"""

0 comments on commit a8118b3

Please sign in to comment.