Skip to content

Commit

Permalink
remove block until
Browse files Browse the repository at this point in the history
  • Loading branch information
MiaAltieri committed Nov 14, 2024
1 parent aa67de3 commit 22446d1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/integration/backup_tests/test_backups.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,10 +432,6 @@ async def test_restore_new_cluster(

# relate to s3 - s3 has the necessary configurations
await ops_test.model.integrate(S3_APP_NAME, new_cluster_app_name)
await ops_test.model.block_until(
lambda: is_relation_joined(ops_test, ENDPOINT, ENDPOINT) is True,
timeout=TIMEOUT,
)

# wait for new cluster to sync
await asyncio.gather(
Expand Down

0 comments on commit 22446d1

Please sign in to comment.