Skip to content

Commit

Permalink
disable test_swarm_runs (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg authored Jul 28, 2021
1 parent b5ab4b4 commit 424d857
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/swarm-deploy/test_swarm_runs.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@
]


@pytest.mark.skip(
reason="this test is constantly failing because the postgres/migration is not available when other services are starting"
)
@pytest.fixture
def core_services_running(
docker_client: DockerClient, core_stack_name: str
Expand Down

0 comments on commit 424d857

Please sign in to comment.