Skip to content

Commit 611fcb4

Browse files
committed
fix: disable smdataparallelt tests
1 parent 8a48ffd commit 611fcb4

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

tests/integ/test_smdataparallel_pt.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,9 @@
2727
os.path.dirname(__file__), "..", "data", "smdistributed_dataparallel"
2828
)
2929

30-
30+
@pytest.mark.skip(
31+
reason="This test is skipped for now due ML capacity error." "This test should be re-enabled later."
32+
)
3133
@pytest.mark.skipif(
3234
integ.test_region() not in integ.DATA_PARALLEL_TESTING_REGIONS,
3335
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: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
os.path.dirname(__file__), "..", "data", "smdistributed_dataparallel"
2727
)
2828

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

0 commit comments

Comments
 (0)