diff --git a/scripts/test_jupyter_with_papermill.sh b/scripts/test_jupyter_with_papermill.sh index 4f50d8e91..d4b93643f 100755 --- a/scripts/test_jupyter_with_papermill.sh +++ b/scripts/test_jupyter_with_papermill.sh @@ -352,9 +352,6 @@ function _handle_test() *-${jupyter_trustyai_notebook_id}-*) notebook_id="${jupyter_trustyai_notebook_id}" ;; - *-${jupyter_ml_notebook_id}-*) - notebook_id="${accelerator_flavor:+$accelerator_flavor/}${jupyter_ml_notebook_id}" - ;; *${jupyter_tensorflow_notebook_id}-*) notebook_id="${accelerator_flavor:+$accelerator_flavor/}${jupyter_tensorflow_notebook_id}" ;;