Skip to content

Commit

Permalink
do not proceed if relation fails
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Oct 20, 2023
1 parent 998766e commit aa80378
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/sharding_tests/test_sharding.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None:
# are blocked waiting for relaitons


@pytest.mark.abort_on_fail
async def test_cluster_active(ops_test: OpsTest) -> None:
"""Tests the integration of cluster components works without error."""
await ops_test.model.integrate(
Expand Down

0 comments on commit aa80378

Please sign in to comment.