From ce25cb9bc0b10dbf9ee66da744193ff68aae31d9 Mon Sep 17 00:00:00 2001 From: Yu Shan Date: Wed, 8 Sep 2021 12:24:21 +0800 Subject: [PATCH] Delete automl (#4680) * rm automl * rm test automl * rm automl in tests --- python/orca/test/dev/run-pytests-ray | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/python/orca/test/dev/run-pytests-ray b/python/orca/test/dev/run-pytests-ray index 62fdcd7b84f..6d45b121993 100755 --- a/python/orca/test/dev/run-pytests-ray +++ b/python/orca/test/dev/run-pytests-ray @@ -47,16 +47,6 @@ fi ray stop -f -echo "Running automl tests" -python -m pytest -v ../test/zoo/automl -exit_status_3=$? -if [ $exit_status_3 -ne 0 ]; -then - exit $exit_status_3 -fi - -ray stop -f - echo "Running chronos tests" python -m pytest -v ../test/zoo/chronos \ -k "not test_forecast_tcmf_distributed"