From 0ee11704db3ffd10cb937a4536da8f3f2b7ad8de Mon Sep 17 00:00:00 2001 From: "mulin.lyh" Date: Thu, 12 Jan 2023 16:00:14 +0800 Subject: [PATCH] temp test_automatic_speech_recognition.py --- tests/pipelines/test_automatic_speech_recognition.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/pipelines/test_automatic_speech_recognition.py b/tests/pipelines/test_automatic_speech_recognition.py index bd9ee793..dc624f29 100644 --- a/tests/pipelines/test_automatic_speech_recognition.py +++ b/tests/pipelines/test_automatic_speech_recognition.py @@ -385,7 +385,7 @@ class AutomaticSpeechRecognitionTest(unittest.TestCase, model_id=self.am_pytorch_model_id, audio_in=URL_FILE) self.check_result('test_run_with_url_pytorch', rec_result) - @unittest.skipUnless(test_level() >= 0, 'skip test in current test level') + @unittest.skipUnless(test_level() >= 1, 'skip test in current test level') def test_run_with_funasr(self): """run with single url file using FunASR """