Skip to content

Commit 3d5e180

Browse files
committed
fix: remove pre/post scripts per latest validations (#289)
* fix: fix intermittently failing AutoML test * fix: remove pre/post scripts per latest validation
1 parent 0410f8c commit 3d5e180

File tree

2 files changed

+5
-186
lines changed

2 files changed

+5
-186
lines changed

tests/integ/test_auto_ml.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ def test_deploy_best_candidate(sagemaker_session):
177177
role=ROLE, target_attribute_name=TARGET_ATTRIBUTE_NAME, sagemaker_session=sagemaker_session
178178
)
179179
best_candidate = auto_ml.best_candidate(job_name=AUTO_ML_JOB_NAME)
180-
endpoint_name = "sagemaker-auto-ml-best-candidate-test"
180+
endpoint_name = unique_name_from_base("sagemaker-auto-ml-best-candidate-test")
181181

182182
with timeout(minutes=AUTO_ML_DEFAULT_TIMEMOUT_MINUTES):
183183
auto_ml.deploy(

0 commit comments

Comments
 (0)