We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2e8b66 commit 355975dCopy full SHA for 355975d
tests/integ/test_inference_pipeline.py
@@ -50,6 +50,7 @@
50
)
51
52
53
+@pytest.mark.skip(reason="Test has likely been failing for a while. Suspected bad XGB model.")
54
def test_inference_pipeline_batch_transform(sagemaker_session, cpu_instance_type):
55
sparkml_model_data = sagemaker_session.upload_data(
56
path=os.path.join(SPARKML_DATA_PATH, "mleap_model.tar.gz"),
0 commit comments