google-cloud-cpp icon indicating copy to clipboard operation
google-cloud-cpp copied to clipboard

bug: Investigate and re-enable disabled benchmark tests

Open jinseopkim0 opened this issue 4 months ago • 0 comments

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:

  1. Investigate the root cause of the failures in these benchmarks.
  2. Fix the underlying issues.
  3. Re-enable the tests by removing them from the BAZEL_TEST_EXCLUDES list in the ci/kokoro/macos/builds/bazel.sh script.

jinseopkim0 avatar Sep 16 '25 13:09 jinseopkim0