From 76e09741065202e70837279d82ef6b437f614a83 Mon Sep 17 00:00:00 2001 From: tianshuo78520a <707759223@qq.com> Date: Thu, 29 Aug 2024 11:26:32 +0000 Subject: [PATCH] disable test_data_table --- 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 65944624b..86e76a8de 100644 --- a/tests/unit/ci.sh +++ b/tests/unit/ci.sh @@ -12,7 +12,7 @@ function main(){ echo "Start TTS" cd ${speech_ci_path}/tts - python test_data_table.py + #python test_data_table.py python test_enfrontend.py python test_mixfrontend.py echo "End TTS"