Skip to content

Commit 7e1763e

Browse files
committed
Skipping expensive integ tests
1 parent 85bf6a4 commit 7e1763e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

test/integration_tests/inference/cli/test_cli_jumpstart_inference_with_mig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ def sagemaker_client():
2828
return boto3.client("sagemaker", region_name=REGION)
2929

3030
# --------- JumpStart Endpoint Tests ---------
31+
@pytest.mark.skip(reason="Skipping expensive ml.p4d.24xlarge MIG tests to reduce costs")
3132
@pytest.mark.dependency(name="create")
3233
def test_js_create(runner, js_endpoint_name):
3334
result = runner.invoke(js_create, [

test/integration_tests/inference/sdk/test_sdk_jumpstart_inference_with_mig.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ def endpoint_obj():
3838

3939
return HPJumpStartEndpoint(metadata=metadata, model=model, server=server, sage_maker_endpoint=sm_endpoint)
4040

41+
@pytest.mark.skip(reason="Skipping expensive ml.p4d.24xlarge MIG tests to reduce costs")
4142
@pytest.mark.dependency(name="create")
4243
def test_create_endpoint(endpoint_obj):
4344
endpoint_obj.create()

0 commit comments

Comments
 (0)