Skip to content

Commit 12b8e10

Browse files
authored
Skip VitMatteImageProcessingTest::test_fast_is_faster_than_slow (#40713)
* fix * fix --------- Co-authored-by: ydshieh <[email protected]>
1 parent 6b23261 commit 12b8e10

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tests/models/vitmatte/test_image_processing_vitmatte.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@
2323

2424
from transformers.image_utils import load_image
2525
from transformers.testing_utils import (
26-
is_flaky,
2726
require_torch,
2827
require_torch_accelerator,
2928
require_vision,
@@ -267,7 +266,7 @@ def test_image_processor_preprocess_arguments(self):
267266
self.assertGreaterEqual(len(raised_warnings), 1)
268267
self.assertIn("extra_argument", messages)
269268

270-
@is_flaky()
269+
@unittest.skip(reason="TODO: Yoni")
271270
def test_fast_is_faster_than_slow(self):
272271
if not self.test_slow_image_processor or not self.test_fast_image_processor:
273272
self.skipTest(reason="Skipping speed test")

0 commit comments

Comments
 (0)