Skip to content

Commit 840eaad

Browse files
navinsoninavinns
authored andcommitted
change: Skipping test_candidate_estimator_default_rerun_and_deploy (aws#3199)
Co-authored-by: Navin Soni <[email protected]>
1 parent 9773d24 commit 840eaad

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/integ/test_auto_ml.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@ def test_deploy_best_candidate(sagemaker_session, cpu_instance_type):
293293
tests.integ.test_region() in tests.integ.NO_AUTO_ML_REGIONS,
294294
reason="AutoML is not supported in the region yet.",
295295
)
296+
@pytest.mark.skip(
297+
reason="",
298+
)
296299
def test_candidate_estimator_default_rerun_and_deploy(sagemaker_session, cpu_instance_type):
297300
auto_ml_utils.create_auto_ml_job_if_not_exist(sagemaker_session)
298301

0 commit comments

Comments
 (0)