Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions tests/models/donut/test_feature_extraction_donut.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down