Merge pull request #54191 from arthurpassos/fix_flaky_test_s3_storage_conf_proxy

Fix flaky test_s3_storage_conf_proxy
This commit is contained in:
Alexey Milovidov 2023-09-02 16:38:21 +03:00 committed by GitHub
commit 44bf743304
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,7 +30,7 @@ def wait_resolver(cluster):
],
nothrow=True,
)
if response == "proxy1":
if response == "proxy1" or response == "proxy2":
return
time.sleep(i)
else: