Skip to content

Commit

Permalink
Early fail
Browse files Browse the repository at this point in the history
  • Loading branch information
dragomirp committed Feb 27, 2024
1 parent b37ed88 commit f22865a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/test_db.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ async def test_mailman3_core_db(ops_test: OpsTest, charm: str) -> None:
assert domain_name not in [domain.mail_host for domain in client.domains]


@pytest.mark.abort_on_fail
@pytest.mark.group(1)
async def test_relation_data_is_updated_correctly_when_scaling(ops_test: OpsTest):
"""Test that relation data, like connection data, is updated correctly when scaling."""
Expand Down

0 comments on commit f22865a

Please sign in to comment.