Merge pull request #1887 from ctiller/create-pull-request/patch-0fb2f99

Automated fix for refs/heads/cgbm
pull/36050/head
Craig Tiller 1 year ago committed by GitHub
commit 65b1c26767
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 5
      test/cpp/microbenchmarks/BUILD

@ -334,7 +334,10 @@ grpc_cc_test(
"no_mac", # to emulate "excluded_poll_engines: poll"
"no_windows",
],
deps = [":fullstack_unary_ping_pong_h", "//:grpcpp_chaotic_good"],
deps = [
":fullstack_unary_ping_pong_h",
"//:grpcpp_chaotic_good",
],
)
grpc_cc_test(

Loading…
Cancel
Save