mirror of
https://github.com/modelscope/modelscope.git
synced 2026-07-13 22:08:46 +02:00
skip test_text_to_360panorama_image test
This commit is contained in:
@@ -52,7 +52,7 @@ class Text2360PanoramaImageTest(unittest.TestCase):
|
||||
print(
|
||||
'pipeline: the output image path is {}'.format(output_image_path))
|
||||
|
||||
@unittest.skipUnless(test_level() >= 0, 'skip test in current test level')
|
||||
@unittest.skipUnless(test_level() >= 2, 'skip test in current test level')
|
||||
def test_run_with_model_from_modelhub(self):
|
||||
output_image_path = tempfile.NamedTemporaryFile(suffix='.png').name
|
||||
pipeline_ins = pipeline(
|
||||
|
||||
Reference in New Issue
Block a user