Skip to content

Commit f5a5e61

Browse files
authored
Merge branch 'master' into master
2 parents 2fe9cba + 2741e6e commit f5a5e61

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/integ/test_huggingface.py

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,8 @@ def test_huggingface_training(
6868
hf.fit(train_input)
6969

7070

71-
@pytest.mark.release
72-
@pytest.mark.skipif(
73-
integ.test_region() in integ.TRAINING_NO_P2_REGIONS, reason="no ml.p2 instances in this region"
71+
@pytest.mark.skip(
72+
reason="need to re enable it later",
7473
)
7574
def test_huggingface_training_tf(
7675
sagemaker_session,

0 commit comments

Comments
 (0)