Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit eeb37e3

Browse files
author
Takashi Matsuo
committed
temporarily limit the test to vision/automl
1 parent c01b34a commit eeb37e3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.kokoro/trampoline_v2.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,9 @@ function repo_root() {
116116
echo "${dir}"
117117
}
118118

119+
# Temporarily limit the test to vision/automl
120+
RUN_TESTS_DIRS="vision/automl"
121+
119122
PROGRAM_PATH="$(realpath "$0")"
120123
PROGRAM_DIR="$(dirname "${PROGRAM_PATH}")"
121124
PROJECT_ROOT="$(repo_root "${PROGRAM_DIR}")"

0 commit comments

Comments
 (0)