From 84bc9b455c157cee8cbc3ae0a7062cb60fd12634 Mon Sep 17 00:00:00 2001 From: Navin Soni Date: Tue, 28 Jun 2022 03:20:02 +0000 Subject: [PATCH] Skipping test_candidate_estimator_default_rerun_and_deploy --- tests/integ/test_auto_ml.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/integ/test_auto_ml.py b/tests/integ/test_auto_ml.py index 132b392160..3b4f46c9ba 100644 --- a/tests/integ/test_auto_ml.py +++ b/tests/integ/test_auto_ml.py @@ -293,6 +293,9 @@ def test_deploy_best_candidate(sagemaker_session, cpu_instance_type): tests.integ.test_region() in tests.integ.NO_AUTO_ML_REGIONS, reason="AutoML is not supported in the region yet.", ) +@pytest.mark.skip( + reason="", +) def test_candidate_estimator_default_rerun_and_deploy(sagemaker_session, cpu_instance_type): auto_ml_utils.create_auto_ml_job_if_not_exist(sagemaker_session)