Skip to content

Commit

Permalink
Add cluster manual rejoin test [fix]
Browse files Browse the repository at this point in the history
  • Loading branch information
sinclert-canonical committed Jan 24, 2025
1 parent 41173b0 commit b652512
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions tests/integration/high_availability/test_self_healing.py
Original file line number Diff line number Diff line change
Expand Up @@ -498,12 +498,6 @@ async def test_cluster_manual_rejoin(

# Verify unit comes back active
async with ops_test.fast_forward():
logger.info("Waiting unit to enter in maintenance.")
await ops_test.model.block_until(
lambda: primary_unit.workload_status == "maintenance",
timeout=WAIT_TIMEOUT,
)

logger.info("Waiting unit to be back online.")
await ops_test.model.block_until(
lambda: primary_unit.workload_status == "active",
Expand Down

0 comments on commit b652512

Please sign in to comment.