Skip to content

Commit 809daa0

Browse files
Try to fix Juju agent error in test_self_healing_3.py
1 parent d161612 commit 809daa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/ha_tests/test_self_healing_3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,9 +227,9 @@ async def test_network_cut(ops_test: OpsTest, continuous_writes, primary_start_t
227227
await ops_test.model.wait_for_idle(
228228
apps=[app],
229229
status="active",
230-
raise_on_blocked=True,
231230
timeout=1000,
232231
idle_period=30,
232+
raise_on_error=False,
233233
)
234234

235235
# Wait the LXD unit has its IP updated.

0 commit comments

Comments
 (0)