Skip to content

Commit 3c90108

Browse files
change: temporarily skip stanford test
1 parent 9915410 commit 3c90108

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integ/test_huggingface.py

+3
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ def test_huggingface_training(
116116
and integ.test_region() in integ.TRAINING_NO_P3_REGIONS,
117117
reason="no ml.p2 or ml.p3 instances in this region",
118118
)
119+
@pytest.mark.skip(
120+
reason="need to re enable it later t.corp:V609860141",
121+
)
119122
def test_huggingface_training_tf(
120123
sagemaker_session,
121124
gpu_instance_type,

0 commit comments

Comments
 (0)