Skip to content

Commit b08e03a

Browse files
committed
Disable jumpstart tests missing clean up logic
1 parent 75cfcb1 commit b08e03a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

tests/integ/sagemaker/jumpstart/model/test_jumpstart_model.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -476,7 +476,7 @@ def _teardown_test_hub_with_reference(public_hub_model_id: str):
476476
else:
477477
raise e
478478

479-
479+
@pytest.mark.skip
480480
# Currently JumpStartModel does not pull from HubService for the Public Hub.
481481
def test_model_reference_marketplace_model(setup):
482482
session = get_sm_session()
@@ -534,7 +534,7 @@ def test_model_reference_marketplace_model(setup):
534534
# predictor.delete_predictor()
535535
# _teardown_test_hub_with_reference(public_hub_marketplace_model_id)
536536

537-
537+
@pytest.mark.skip
538538
def test_bedrock_store_model_tags_from_hub_service(setup):
539539

540540
session = get_sm_session()

tests/integ/sagemaker/jumpstart/private_hub/test_hub.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def hub_instance():
3131
hub = Hub(HUB_NAME, sagemaker_session=get_sm_session())
3232
yield hub
3333

34-
34+
@pytest.mark.skip
3535
def test_private_hub(setup, hub_instance):
3636
# Createhub
3737
create_hub_response = hub_instance.create(

0 commit comments

Comments
 (0)