Skip to content

Commit

Permalink
ci: fix local integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
schaubl committed Jul 21, 2024
1 parent 730ce61 commit 49a29e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration_tests/test-local.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ def test_nuvlaedge_local_compute_api(request):
logging.info(f'Compute API is up, running, secured and accessible by agent')


@pytest.mark.skip(reason="datagateway is now disabled by default")
def test_nuvlaedge_local_datagateway():
nuvlaedge_network = local_project_name + '-shared-network'

Expand Down

0 comments on commit 49a29e9

Please sign in to comment.