Skip to content

Commit 5d766c4

Browse files
pintaoz-awspintaoz
andauthored
Fix flaky integ test (#5294)
Co-authored-by: pintaoz <[email protected]>
1 parent 79c8294 commit 5d766c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/serve/test_base_model_builder_deploy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ def test_serverless_deployment(xgboost_model_builder):
211211

212212
def test_async_deployment(xgboost_model_builder, mb_sagemaker_session):
213213
async_predictor = xgboost_model_builder.deploy(
214-
endpoint_name="test2",
214+
endpoint_name=f"test2-{uuid.uuid1().hex}",
215215
inference_config=AsyncInferenceConfig(
216216
output_path=s3_path_join(
217217
"s3://", mb_sagemaker_session.default_bucket(), "async_inference/output"

0 commit comments

Comments
 (0)