From ef615d48afcc5631e37f90b8f79653aa82b18fd6 Mon Sep 17 00:00:00 2001 From: "wenmeng.zwm" Date: Tue, 21 Feb 2023 12:07:28 +0800 Subject: [PATCH] skip test_image_structured_model_probing --- tests/pipelines/test_image_structured_model_probing.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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)