diff --git a/test/integration_tests/inference/cli/test_cli_jumpstart_inference_with_mig.py b/test/integration_tests/inference/cli/test_cli_jumpstart_inference_with_mig.py index bd385290..8bb06f00 100644 --- a/test/integration_tests/inference/cli/test_cli_jumpstart_inference_with_mig.py +++ b/test/integration_tests/inference/cli/test_cli_jumpstart_inference_with_mig.py @@ -8,6 +8,8 @@ from sagemaker.hyperpod.inference.hp_jumpstart_endpoint import HPJumpStartEndpoint from test.integration_tests.utils import get_time_str +pytestmark = pytest.mark.skip(reason="Skipping expensive ml.p4d.24xlarge MIG tests to reduce costs") + # --------- Test Configuration --------- NAMESPACE = "integration" VERSION = "1.1" diff --git a/test/integration_tests/inference/sdk/test_sdk_jumpstart_inference_with_mig.py b/test/integration_tests/inference/sdk/test_sdk_jumpstart_inference_with_mig.py index f8645352..ae178256 100644 --- a/test/integration_tests/inference/sdk/test_sdk_jumpstart_inference_with_mig.py +++ b/test/integration_tests/inference/sdk/test_sdk_jumpstart_inference_with_mig.py @@ -9,6 +9,8 @@ from test.integration_tests.utils import get_time_str from sagemaker.hyperpod.common.config.metadata import Metadata +pytestmark = pytest.mark.skip(reason="Skipping expensive ml.p4d.24xlarge MIG tests to reduce costs") + # --------- Config --------- NAMESPACE = "integration" REGION = "us-east-2"