File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
tests/integ/sagemaker/jumpstart Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -476,6 +476,7 @@ def _teardown_test_hub_with_reference(public_hub_model_id: str):
476
476
else :
477
477
raise e
478
478
479
+
479
480
@pytest .mark .skip
480
481
# Currently JumpStartModel does not pull from HubService for the Public Hub.
481
482
def test_model_reference_marketplace_model (setup ):
@@ -534,6 +535,7 @@ def test_model_reference_marketplace_model(setup):
534
535
# predictor.delete_predictor()
535
536
# _teardown_test_hub_with_reference(public_hub_marketplace_model_id)
536
537
538
+
537
539
@pytest .mark .skip
538
540
def test_bedrock_store_model_tags_from_hub_service (setup ):
539
541
Original file line number Diff line number Diff line change @@ -31,6 +31,7 @@ def hub_instance():
31
31
hub = Hub (HUB_NAME , sagemaker_session = get_sm_session ())
32
32
yield hub
33
33
34
+
34
35
@pytest .mark .skip
35
36
def test_private_hub (setup , hub_instance ):
36
37
# Createhub
You can’t perform that action at this time.
0 commit comments