Skip to content

Commit

Permalink
Quick fix for blocked CI (#533)
Browse files Browse the repository at this point in the history
* fixes

* update fix
  • Loading branch information
lucasgameiroborges authored Jun 27, 2024
1 parent 50f49ba commit 172baf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions tests/integration/ha_tests/test_async_replication.py
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ async def second_model(ops_test: OpsTest, first_model, request) -> Model:
subprocess.run(
["juju", "set-model-constraints", f"arch={architecture.architecture}"], check=True
)
subprocess.run(["juju", "switch", first_model.info.name], check=True)
second_model = Model()
await second_model.connect(model_name=second_model_name)
yield second_model
Expand Down
1 change: 1 addition & 0 deletions tests/integration/ha_tests/test_self_healing.py
Original file line number Diff line number Diff line change
Expand Up @@ -344,6 +344,7 @@ async def test_forceful_restart_without_data_and_transaction_logs(


@pytest.mark.group(1)
@markers.amd64_only
async def test_network_cut(
ops_test: OpsTest, continuous_writes, primary_start_timeout, chaos_mesh
) -> None:
Expand Down

0 comments on commit 172baf6

Please sign in to comment.