We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
VitMatteImageProcessingTest::test_fast_is_faster_than_slow
1 parent 6b23261 commit 12b8e10Copy full SHA for 12b8e10
tests/models/vitmatte/test_image_processing_vitmatte.py
@@ -23,7 +23,6 @@
23
24
from transformers.image_utils import load_image
25
from transformers.testing_utils import (
26
- is_flaky,
27
require_torch,
28
require_torch_accelerator,
29
require_vision,
@@ -267,7 +266,7 @@ def test_image_processor_preprocess_arguments(self):
267
266
self.assertGreaterEqual(len(raised_warnings), 1)
268
self.assertIn("extra_argument", messages)
269
270
- @is_flaky()
+ @unittest.skip(reason="TODO: Yoni")
271
def test_fast_is_faster_than_slow(self):
272
if not self.test_slow_image_processor or not self.test_fast_image_processor:
273
self.skipTest(reason="Skipping speed test")
0 commit comments