Skip to content

Commit 2269dd8

Browse files
authored
chore: skip benchmark for all env (#11811)
Fixes #11669
1 parent 73c8c20 commit 2269dd8

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

internal/kokoro/continuous.sh

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,10 @@ runDirectoryTests() {
101101
# aliasshim: build constraints exclude all Go files
102102
return
103103
fi
104+
if [[ $PWD == *"bigquery/benchmarks" ]]; then
105+
# bigquery/benchmarks: build constraints exclude all Go files
106+
return
107+
fi
104108
if { [[ $PWD == *"/internal/"* ]] ||
105109
[[ $PWD == *"/third_party/"* ]]; } &&
106110
[[ $KOKORO_JOB_NAME == *"earliest"* ]]; then

0 commit comments

Comments
 (0)