Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a339643

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)