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
3 changes: 1 addition & 2 deletions tests/models/vitmatte/test_image_processing_vitmatte.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@

from transformers.image_utils import load_image
from transformers.testing_utils import (
is_flaky,
require_torch,
require_torch_accelerator,
require_vision,
Expand Down Expand Up @@ -267,7 +266,7 @@ def test_image_processor_preprocess_arguments(self):
self.assertGreaterEqual(len(raised_warnings), 1)
self.assertIn("extra_argument", messages)

@is_flaky()
@unittest.skip(reason="TODO: Yoni")
def test_fast_is_faster_than_slow(self):
if not self.test_slow_image_processor or not self.test_fast_image_processor:
self.skipTest(reason="Skipping speed test")
Expand Down