We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d48150 commit 811e171Copy full SHA for 811e171
test/integration/sagemaker/test_mnist.py
@@ -34,7 +34,7 @@ def test_mnist_gpu(sagemaker_session, image_uri, instance_type):
34
_test_mnist_distributed(sagemaker_session, image_uri, instance_type, model_gpu_tar, mnist_gpu_script)
35
36
37
-@pytest.mark.skip(reason="Latest EIA version is too old - 1.3.1. Remove this after a new DLC release.")
+@pytest.mark.skip(reason="Latest EIA version is too old - 1.3.1. Remove this after a new DLC release")
38
@pytest.mark.eia_test
39
def test_mnist_eia(sagemaker_session, image_uri, instance_type, accelerator_type):
40
instance_type = instance_type or 'ml.c4.xlarge'
0 commit comments