diff --git a/tests/pipelines/test_image_structured_model_probing.py b/tests/pipelines/test_image_structured_model_probing.py index 563e131c..1befcf98 100644 --- a/tests/pipelines/test_image_structured_model_probing.py +++ b/tests/pipelines/test_image_structured_model_probing.py @@ -15,7 +15,8 @@ class ImageStructuredModelProbingTest(unittest.TestCase, self.task = Tasks.image_classification self.model_id = 'damo/structured_model_probing' - @unittest.skipUnless(test_level() >= 0, 'skip test in current test level') + # @unittest.skipUnless(test_level() >= 0, 'skip test in current test level') + @unittest.skip('skip test due to model is private') def test_run_modelhub(self): recognition_pipeline = pipeline(self.task, self.model_id)