diff --git a/tests/models/donut/test_feature_extraction_donut.py b/tests/models/donut/test_feature_extraction_donut.py index f159c07085fb..e97c32f6c903 100644 --- a/tests/models/donut/test_feature_extraction_donut.py +++ b/tests/models/donut/test_feature_extraction_donut.py @@ -106,7 +106,7 @@ def test_feat_extract_properties(self): def test_batch_feature(self): pass - @is_flaky + @is_flaky() def test_call_pil(self): # Initialize feature_extractor feature_extractor = self.feature_extraction_class(**self.feat_extract_dict) @@ -139,7 +139,7 @@ def test_call_pil(self): ), ) - @is_flaky + @is_flaky() def test_call_numpy(self): # Initialize feature_extractor feature_extractor = self.feature_extraction_class(**self.feat_extract_dict) @@ -172,7 +172,7 @@ def test_call_numpy(self): ), ) - @is_flaky + @is_flaky() def test_call_pytorch(self): # Initialize feature_extractor feature_extractor = self.feature_extraction_class(**self.feat_extract_dict)