Skip to content

Commit

Permalink
fix: Disable jumpstart tests missing clean up logic (#4976)
Browse files Browse the repository at this point in the history
* Disable jumpstart tests missing clean up logic

* Black format

---------

Co-authored-by: adishaa <[email protected]>
Co-authored-by: parknate@ <[email protected]>
  • Loading branch information
3 people authored Dec 30, 2024
1 parent 007c7c4 commit 8be4568
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/integ/sagemaker/jumpstart/model/test_jumpstart_model.py
Original file line number Diff line number Diff line change
Expand Up @@ -477,6 +477,7 @@ def _teardown_test_hub_with_reference(public_hub_model_id: str):
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 @@ -535,6 +536,7 @@ def test_model_reference_marketplace_model(setup):
# _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
1 change: 1 addition & 0 deletions tests/integ/sagemaker/jumpstart/private_hub/test_hub.py
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ def hub_instance():
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 8be4568

Please sign in to comment.