diff --git a/tests/integration/upgrades/test_revision_check.py b/tests/integration/upgrades/test_revision_check.py index 676d4d02..a9017aa0 100644 --- a/tests/integration/upgrades/test_revision_check.py +++ b/tests/integration/upgrades/test_revision_check.py @@ -59,6 +59,8 @@ async def test_build_and_deploy(ops_test: OpsTest) -> None: await ops_test.model.wait_for_idle(apps=CLUSTER_COMPONENTS, idle_period=20) +@pytest.mark.group(1) +@pytest.mark.abort_on_fail async def test_local_config_server_reports_remote_shard(ops_test: OpsTest) -> None: """Tests that the local config server reports remote shard.""" await ops_test.model.integrate( @@ -81,6 +83,8 @@ async def test_local_config_server_reports_remote_shard(ops_test: OpsTest) -> No ), "Config server does not correctly report mismatch in revision" +@pytest.mark.group(1) +@pytest.mark.abort_on_fail async def test_local_shard_reports_remote_config_server(ops_test: OpsTest) -> None: """Tests that the local shard reports remote config-server.""" await ops_test.model.integrate(