From 4bae2cf823656a7da132be57785ed80a6bddf1e7 Mon Sep 17 00:00:00 2001 From: "mulin.lyh" Date: Tue, 4 Apr 2023 11:08:19 +0800 Subject: [PATCH] temporarily skip hub case --- tests/cli/test_download_cmd.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cli/test_download_cmd.py b/tests/cli/test_download_cmd.py index 6059fa12..53cfdadd 100644 --- a/tests/cli/test_download_cmd.py +++ b/tests/cli/test_download_cmd.py @@ -17,6 +17,7 @@ DEFAULT_GIT_PATH = 'git' download_model_file_name = 'test.bin' +@unittest.skip('temporarily skip') class DownloadCMDTest(unittest.TestCase): def setUp(self):