Skip to content

Commit 8be4568

Browse files
Aditi2424adishaasage-maker
authored
fix: Disable jumpstart tests missing clean up logic (#4976)
* Disable jumpstart tests missing clean up logic * Black format --------- Co-authored-by: adishaa <[email protected]> Co-authored-by: parknate@ <[email protected]>
1 parent 007c7c4 commit 8be4568

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

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

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

479479

480+
@pytest.mark.skip
480481
# Currently JumpStartModel does not pull from HubService for the Public Hub.
481482
def test_model_reference_marketplace_model(setup):
482483
session = get_sm_session()
@@ -535,6 +536,7 @@ def test_model_reference_marketplace_model(setup):
535536
# _teardown_test_hub_with_reference(public_hub_marketplace_model_id)
536537

537538

539+
@pytest.mark.skip
538540
def test_bedrock_store_model_tags_from_hub_service(setup):
539541

540542
session = get_sm_session()

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ def hub_instance():
3232
yield hub
3333

3434

35+
@pytest.mark.skip
3536
def test_private_hub(setup, hub_instance):
3637
# Createhub
3738
create_hub_response = hub_instance.create(

0 commit comments

Comments
 (0)