diff --git a/.kokoro/trampoline_v2.sh b/.kokoro/trampoline_v2.sh index e92904fba308..68916d193071 100755 --- a/.kokoro/trampoline_v2.sh +++ b/.kokoro/trampoline_v2.sh @@ -116,9 +116,6 @@ function repo_root() { echo "${dir}" } -# Temporarily limit the test to vision/automl -RUN_TESTS_DIRS="vision/automl" - PROGRAM_PATH="$(realpath "$0")" PROGRAM_DIR="$(dirname "${PROGRAM_PATH}")" PROJECT_ROOT="$(repo_root "${PROGRAM_DIR}")"