Skip to content

Commit

Permalink
Delete automl (intel-analytics#4680)
Browse files Browse the repository at this point in the history
* rm automl

* rm test automl

* rm automl in tests
  • Loading branch information
shanyu-sys committed Sep 8, 2021
1 parent 10e6d22 commit ce25cb9
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions python/orca/test/dev/run-pytests-ray
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit ce25cb9

Please sign in to comment.