Skip to content

Commit 8f496b2

Browse files
authored
test/kokoro: Add bootstrap generator test into Go Kokoro script (#6463)
1 parent 0246373 commit 8f496b2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/kokoro/xds_k8s_lb.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,9 @@ main() {
168168
"remove_neg_test"
169169
"round_robin_test"
170170
)
171+
if [[ "${TESTING_VERSION}" =~ "master" ]]; then
172+
test_suites+=('bootstrap_generator_test')
173+
fi
171174
for test in "${test_suites[@]}"; do
172175
run_test $test || (( ++failed_tests ))
173176
done

0 commit comments

Comments
 (0)