From 5f4a1411be70923f18975cb64c92d34da183c088 Mon Sep 17 00:00:00 2001 From: Maciej Urbanski Date: Thu, 16 Nov 2023 11:41:12 +0100 Subject: [PATCH] remove create_bucket retries in integration tests --- test/integration/helpers.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/test/integration/helpers.py b/test/integration/helpers.py index c1308b2cd..e5c35bf10 100755 --- a/test/integration/helpers.py +++ b/test/integration/helpers.py @@ -165,12 +165,6 @@ def new_bucket_info(self) -> dict: "created_by": NODE_DESCRIPTION, } - @backoff.on_exception( - backoff.expo, - BadRequest, # there is no specialized exception for too_many_buckets - max_time=60, - max_value=5, - ) def create_bucket(self, bucket_type: str = 'allPublic', **kwargs) -> Bucket: bucket_name = self.new_bucket_name() return self.api.create_bucket(