Skip to content

Commit 84df4d9

Browse files
committed
skip hf test
1 parent efdf3ec commit 84df4d9

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
@@ -66,9 +66,8 @@ def test_huggingface_training(
6666
hf.fit(train_input)
6767

6868

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

0 commit comments

Comments
 (0)