Skip to content

Commit add9443

Browse files
authored
infra: disable smdataparallel tests (#2317)
1 parent 8a48ffd commit add9443

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

tests/integ/test_smdataparallel_pt.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@
2828
)
2929

3030

31+
@pytest.mark.skip(
32+
reason="This test is skipped for now due ML capacity error."
33+
"This test should be re-enabled later."
34+
)
3135
@pytest.mark.skipif(
3236
integ.test_region() not in integ.DATA_PARALLEL_TESTING_REGIONS,
3337
reason="Only allow this test to run in IAD and CMH to limit usage of p3.16xlarge",

tests/integ/test_smdataparallel_tf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,10 @@
2727
)
2828

2929

30+
@pytest.mark.skip(
31+
reason="This test is skipped for now due ML capacity error."
32+
"This test should be re-enabled later."
33+
)
3034
@pytest.mark.skipif(
3135
integ.test_region() not in integ.DATA_PARALLEL_TESTING_REGIONS,
3236
reason="Only allow this test to run in IAD and CMH to limit usage of p3.16xlarge",

0 commit comments

Comments
 (0)