mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-16 16:27:45 +01:00
Skip UT TextToSpeechSambertHifigan16kPipelineTest temporarily (#1420)
This commit is contained in:
@@ -94,7 +94,7 @@ class TextToSpeechSambertHifigan16kPipelineTest(unittest.TestCase):
|
|||||||
'text': self.en_text
|
'text': self.en_text
|
||||||
}]
|
}]
|
||||||
|
|
||||||
@unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
|
@unittest.skipUnless(test_level() >= 2, 'skip test in current test level')
|
||||||
def test_pipeline(self):
|
def test_pipeline(self):
|
||||||
for i in range(len(self.test_models)):
|
for i in range(len(self.test_models)):
|
||||||
logger.info('test %s' % self.test_model_name[i])
|
logger.info('test %s' % self.test_model_name[i])
|
||||||
|
|||||||
Reference in New Issue
Block a user