[to #42322933] skip aec test

This commit is contained in:
Yingda Chen
2022-06-27 15:07:46 +08:00
parent 5386748bc4
commit cfeac7afd8

View File

@@ -34,7 +34,7 @@ class SpeechSignalProcessTest(unittest.TestCase):
# A temporary hack to provide c++ lib. Download it first.
download(AEC_LIB_URL, AEC_LIB_FILE)
@unittest.skipUnless(test_level() >= 1, 'skip test in current test level')
@unittest.skipUnless(test_level() >= 2, 'skip test in current test level')
def test_run(self):
download(NEAREND_MIC_URL, NEAREND_MIC_FILE)
download(FAREND_SPEECH_URL, FAREND_SPEECH_FILE)