Skip to content

Commit b37fcd3

Browse files
committed
Skip EIA Test for 1.5.0
1 parent 07556d6 commit b37fcd3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/integration/sagemaker/test_mnist.py

+1
Original file line numberDiff line numberDiff line change
@@ -34,6 +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.xfail
3738
@pytest.mark.eia_test
3839
def test_mnist_eia(sagemaker_session, image_uri, instance_type, accelerator_type):
3940
instance_type = instance_type or 'ml.c4.xlarge'

0 commit comments

Comments
 (0)