Skip to content

Commit 9736719

Browse files
committed
[Test] Wrap the DRA check with retry.
1 parent b27bc19 commit 9736719

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration-tests/tests/storage/storage_common.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -375,6 +375,7 @@ def test_efs_correctly_mounted(remote_command_executor, mount_dir, tls=False, ia
375375
assert_that(result.stdout).matches(rf".* {mount_dir} efs _netdev,noresvport 0 0")
376376

377377

378+
@retry(wait_fixed=seconds(15), stop_max_delay=seconds(60))
378379
def check_dra(
379380
cluster,
380381
region,

0 commit comments

Comments
 (0)