Skip to content

Commit ada99ed

Browse files
bhanutejagkBhanu Teja Goshikonda
andauthored
skipping sagemaker gdrcopy and efa tests as they are duplicates of ec2 (#5170)
Co-authored-by: Bhanu Teja Goshikonda <[email protected]>
1 parent f871a24 commit ada99ed

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

test/sagemaker_tests/pytorch/training/integration/sagemaker/test_distributed_operations.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -664,6 +664,7 @@ def test_smmodelparallel_gpt2_sdp_multinode_efa(
664664
)
665665

666666

667+
@pytest.mark.skip(reason="Sagemaker efa test is a duplicate of ec2 efa test on p4d instances")
667668
@pytest.mark.integration("smmodelparallel")
668669
@pytest.mark.model("mnist")
669670
@pytest.mark.processor("gpu")

test/sagemaker_tests/pytorch/training/integration/sagemaker/test_gdrcopy.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ def can_run_gdrcopy(ecr_image):
4444
) >= Version("117")
4545

4646

47+
@pytest.mark.skip(
48+
reason="gdrcopy sanity test in the sagemaker test job is duplicate test to the gdrcopy test in the ec2 test job"
49+
)
4750
@pytest.mark.integration("smdataparallel")
4851
@pytest.mark.model("N/A")
4952
@pytest.mark.processor("gpu")

0 commit comments

Comments
 (0)