Skip to content

Commit

Permalink
disable test_deployment because of python inconsistency
Browse files Browse the repository at this point in the history
  • Loading branch information
matusdrobuliak66 committed Aug 30, 2024
1 parent 14b7797 commit 62edb69
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions services/osparc-gateway-server/tests/system/test_deploy.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,9 @@ async def dask_gateway_stack_deployed_services(
print("<-- osparc-dask-gateway stack stopped.")


@pytest.mark.skip(
reason="Skipping in the hotfix branch who doesn't have yet python 3.11"
)
async def test_deployment(
dask_gateway_stack_deployed_services,
dask_gateway_entrypoint: str,
Expand Down

0 comments on commit 62edb69

Please sign in to comment.