We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents eb5ea46 + 15b1be7 commit 2a0d73dCopy full SHA for 2a0d73d
tests/integ/test_inference_pipeline.py
@@ -31,7 +31,6 @@
31
32
@pytest.mark.continuous_testing
33
@pytest.mark.regional_testing
34
-@pytest.mark.skip(reason="This should be enabled along with the Boto SDK release for CreateModel API changes")
35
def test_inference_pipeline_model_deploy(sagemaker_session):
36
# Creates a Pipeline model comprising of SparkML (serialized by MLeap) and XGBoost and deploys to one endpoint
37
sparkml_data_path = os.path.join(DATA_DIR, 'sparkml_model')
0 commit comments