Skip to content

Commit acdbdba

Browse files
committed
Black format
1 parent 48f28d8 commit acdbdba

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
@@ -476,6 +476,7 @@ def _teardown_test_hub_with_reference(public_hub_model_id: str):
476476
else:
477477
raise e
478478

479+
479480
@pytest.mark.skip
480481
# Currently JumpStartModel does not pull from HubService for the Public Hub.
481482
def test_model_reference_marketplace_model(setup):
@@ -534,6 +535,7 @@ def test_model_reference_marketplace_model(setup):
534535
# predictor.delete_predictor()
535536
# _teardown_test_hub_with_reference(public_hub_marketplace_model_id)
536537

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

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

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

34+
3435
@pytest.mark.skip
3536
def test_private_hub(setup, hub_instance):
3637
# Createhub

0 commit comments

Comments
 (0)