From 10edb77ea30009c3d94f75102e77fd05478447ae Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 29 Aug 2024 10:28:09 +0000 Subject: [PATCH] disable deepspeech2_online_model_test --- tests/unit/ci.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/unit/ci.sh b/tests/unit/ci.sh index 9342a2685..65944624b 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -4,7 +4,7 @@ function main(){ echo "Start asr" cd ${speech_ci_path}/asr - bash deepspeech2_online_model_test.sh + #bash deepspeech2_online_model_test.sh python error_rate_test.py python mask_test.py python reverse_pad_list.py