Skip to content

Commit 15b1be7

Browse files
orchidmajumderyangaws
authored andcommitted
Removing the logic of skipping inference pipeline integration test (#532)
1 parent b4d1d5f commit 15b1be7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

tests/integ/test_inference_pipeline.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
@pytest.mark.continuous_testing
3333
@pytest.mark.regional_testing
34-
@pytest.mark.skip(reason="This should be enabled along with the Boto SDK release for CreateModel API changes")
3534
def test_inference_pipeline_model_deploy(sagemaker_session):
3635
# Creates a Pipeline model comprising of SparkML (serialized by MLeap) and XGBoost and deploys to one endpoint
3736
sparkml_data_path = os.path.join(DATA_DIR, 'sparkml_model')

0 commit comments

Comments
 (0)