Skip to content

Commit 7095543

Browse files
authored
Skipping expensive integ tests (#355)
* Skipping expensive integ tests * Properly skipping all tests
1 parent 85bf6a4 commit 7095543

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/integration_tests/inference/cli/test_cli_jumpstart_inference_with_mig.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
from sagemaker.hyperpod.inference.hp_jumpstart_endpoint import HPJumpStartEndpoint
99
from test.integration_tests.utils import get_time_str
1010

11+
pytestmark = pytest.mark.skip(reason="Skipping expensive ml.p4d.24xlarge MIG tests to reduce costs")
12+
1113
# --------- Test Configuration ---------
1214
NAMESPACE = "integration"
1315
VERSION = "1.1"

test/integration_tests/inference/sdk/test_sdk_jumpstart_inference_with_mig.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
99
from test.integration_tests.utils import get_time_str
1010
from sagemaker.hyperpod.common.config.metadata import Metadata
1111

12+
pytestmark = pytest.mark.skip(reason="Skipping expensive ml.p4d.24xlarge MIG tests to reduce costs")
13+
1214
# --------- Config ---------
1315
NAMESPACE = "integration"
1416
REGION = "us-east-2"

0 commit comments

Comments
 (0)