Skip to content
This repository was archived by the owner on Mar 31, 2026. It is now read-only.

Commit a339643

Browse files
authored
tests: harden 'test_bucket_w_retention_period' vs EC (#552)
Closes #551.
1 parent 131a77f commit a339643

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/system/test_bucket.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -567,7 +567,7 @@ def test_bucket_w_retention_period(
567567
assert not bucket.default_event_based_hold
568568
assert not bucket.retention_policy_locked
569569

570-
other.reload()
570+
_helpers.retry_no_event_based_hold(other.reload)()
571571

572572
assert not other.event_based_hold
573573
assert not other.temporary_hold

0 commit comments

Comments
 (0)