mirror of
https://github.com/modelscope/modelscope.git
synced 2025-12-24 12:09:22 +01:00
temporarily skip hub cases
This commit is contained in:
@@ -22,6 +22,7 @@ DEFAULT_GIT_PATH = 'git'
|
||||
download_model_file_name = 'test.bin'
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubOperationTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -21,6 +21,7 @@ from modelscope.utils.test_utils import (TEST_ACCESS_TOKEN1,
|
||||
download_model_file_name = 'test.bin'
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubPrivateFileDownloadTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -17,6 +17,7 @@ from modelscope.utils.test_utils import (TEST_ACCESS_TOKEN1,
|
||||
DEFAULT_GIT_PATH = 'git'
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubPrivateRepositoryTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -26,6 +26,7 @@ DEFAULT_GIT_PATH = 'git'
|
||||
download_model_file_name = 'test.bin'
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubRepositoryTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -12,6 +12,7 @@ from modelscope.hub.api import HubApi
|
||||
from modelscope.hub.file_download import http_get_file
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubOperationTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -23,6 +23,7 @@ download_model_file_name = 'test.bin'
|
||||
download_model_file_name2 = 'test2.bin'
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubRevisionTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -26,6 +26,7 @@ download_model_file_name = 'test.bin'
|
||||
download_model_file_name2 = 'test2.bin'
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubRevisionTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
@@ -17,6 +17,7 @@ from modelscope.utils.test_utils import (TEST_ACCESS_TOKEN1, TEST_MODEL_ORG,
|
||||
logger = get_logger()
|
||||
|
||||
|
||||
@unittest.skip('temporarily skip')
|
||||
class HubUploadTest(unittest.TestCase):
|
||||
|
||||
def setUp(self):
|
||||
|
||||
Reference in New Issue
Block a user