diff --git a/tests/pipelines/test_pipelines_zero_shot_audio_classification.py b/tests/pipelines/test_pipelines_zero_shot_audio_classification.py index 87f91a7d27ef90..f766a58978118e 100644 --- a/tests/pipelines/test_pipelines_zero_shot_audio_classification.py +++ b/tests/pipelines/test_pipelines_zero_shot_audio_classification.py @@ -27,6 +27,8 @@ class ZeroShotAudioClassificationPipelineTests(unittest.TestCase): # and only CLAP would be there for now. # model_mapping = {CLAPConfig: CLAPModel} + # TODO: fix me (ydshieh) + @unittest.skip("currently failing (probably due to `datasets` issue)") @require_torch def test_small_model_pt(self): audio_classifier = pipeline(