Skip to content

Commit 82061b8

Browse files
authored
chore: exclude speech from CI (#15664)
1 parent 4808d65 commit 82061b8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

ci/kokoro/macos/builds/bazel.sh

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,11 @@ readonly BAZEL_EXCLUDES=(
8787
"-//google/cloud:options_benchmark"
8888
# See #15546
8989
"-//google/cloud/storage/tests:unified_credentials_integration_test-grpc-metadata"
90+
# See #15662
91+
"-//google/cloud/speech:v1_samples_adaptation_client_samples"
92+
"-//google/cloud/speech:v1_samples_speech_client_samples"
93+
"-//google/cloud/speech:v2_samples_speech_client_samples"
94+
"-//google/cloud/speech/quickstart:quickstart"
9095
)
9196
readonly BAZEL_TEST_COMMAND=(
9297
"test"

0 commit comments

Comments
 (0)