Skip to content

Commit bc6b812

Browse files
author
Rui Wang Napieralski
committed
fix: temporarily skip the MxNet Neo test until we fix them
1 parent d89e08a commit bc6b812

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

tests/integ/test_neo_mxnet.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,9 @@ def mxnet_training_job(
5858

5959

6060
@pytest.mark.canary_quick
61+
@pytest.mark.skip(
62+
reason="This test is failing because the image uri and the training script format has changed."
63+
)
6164
def test_attach_deploy(
6265
mxnet_training_job, sagemaker_session, cpu_instance_type, cpu_instance_family
6366
):
@@ -86,6 +89,9 @@ def test_attach_deploy(
8689
predictor.predict(data)
8790

8891

92+
@pytest.mark.skip(
93+
reason="This test is failing because the image uri and the training script format has changed."
94+
)
8995
def test_deploy_model(
9096
mxnet_training_job,
9197
sagemaker_session,

0 commit comments

Comments
 (0)