We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4808d65 commit 82061b8Copy full SHA for 82061b8
ci/kokoro/macos/builds/bazel.sh
@@ -87,6 +87,11 @@ readonly BAZEL_EXCLUDES=(
87
"-//google/cloud:options_benchmark"
88
# See #15546
89
"-//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"
95
)
96
readonly BAZEL_TEST_COMMAND=(
97
"test"
0 commit comments