Skip to content

Commit 811e171

Browse files
committed
Retrigger build
1 parent 5d48150 commit 811e171

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration/sagemaker/test_mnist.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def test_mnist_gpu(sagemaker_session, image_uri, instance_type):
3434
_test_mnist_distributed(sagemaker_session, image_uri, instance_type, model_gpu_tar, mnist_gpu_script)
3535

3636

37-
@pytest.mark.skip(reason="Latest EIA version is too old - 1.3.1. Remove this after a new DLC release.")
37+
@pytest.mark.skip(reason="Latest EIA version is too old - 1.3.1. Remove this after a new DLC release")
3838
@pytest.mark.eia_test
3939
def test_mnist_eia(sagemaker_session, image_uri, instance_type, accelerator_type):
4040
instance_type = instance_type or 'ml.c4.xlarge'

0 commit comments

Comments
 (0)