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