google-cloud-cpp
google-cloud-cpp copied to clipboard
bug: Investigate and re-enable disabled benchmark tests
The following benchmark tests are currently disabled in the macOS Kokoro CI build:
-
//generator/integration_tests:benchmarks_client_benchmark -
//google/cloud:options_benchmark
These tests were disabled in ci/kokoro/macos/builds/bazel.sh to resolve CI failures and stabilize the build.
This issue tracks the work to:
- Investigate the root cause of the failures in these benchmarks.
- Fix the underlying issues.
- Re-enable the tests by removing them from the
BAZEL_TEST_EXCLUDESlist in theci/kokoro/macos/builds/bazel.shscript.