File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
test/sagemaker_tests/pytorch/training/integration/sagemaker Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -664,6 +664,7 @@ def test_smmodelparallel_gpt2_sdp_multinode_efa(
664
664
)
665
665
666
666
667
+ @pytest .mark .skip (reason = "Sagemaker efa test is a duplicate of ec2 efa test on p4d instances" )
667
668
@pytest .mark .integration ("smmodelparallel" )
668
669
@pytest .mark .model ("mnist" )
669
670
@pytest .mark .processor ("gpu" )
Original file line number Diff line number Diff line change @@ -44,6 +44,9 @@ def can_run_gdrcopy(ecr_image):
44
44
) >= Version ("117" )
45
45
46
46
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
+ )
47
50
@pytest .mark .integration ("smdataparallel" )
48
51
@pytest .mark .model ("N/A" )
49
52
@pytest .mark .processor ("gpu" )
You can’t perform that action at this time.
0 commit comments