Skip to content

Commit

Permalink
Disable jumpstart tests missing clean up logic
Browse files Browse the repository at this point in the history
  • Loading branch information
adishaa committed Dec 23, 2024
1 parent 75cfcb1 commit b08e03a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tests/integ/sagemaker/jumpstart/model/test_jumpstart_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -476,7 +476,7 @@ def _teardown_test_hub_with_reference(public_hub_model_id: str):
else:
raise e


@pytest.mark.skip
# Currently JumpStartModel does not pull from HubService for the Public Hub.
def test_model_reference_marketplace_model(setup):
session = get_sm_session()
Expand Down Expand Up @@ -534,7 +534,7 @@ def test_model_reference_marketplace_model(setup):
# predictor.delete_predictor()
# _teardown_test_hub_with_reference(public_hub_marketplace_model_id)


@pytest.mark.skip
def test_bedrock_store_model_tags_from_hub_service(setup):

session = get_sm_session()
Expand Down
2 changes: 1 addition & 1 deletion tests/integ/sagemaker/jumpstart/private_hub/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ def hub_instance():
hub = Hub(HUB_NAME, sagemaker_session=get_sm_session())
yield hub


@pytest.mark.skip
def test_private_hub(setup, hub_instance):
# Createhub
create_hub_response = hub_instance.create(
Expand Down

0 comments on commit b08e03a

Please sign in to comment.