Skip to content

Commit

Permalink
[fuzzers] Disable polling variations on grpc_fuzz_test (grpc#38573)
Browse files Browse the repository at this point in the history
Closes grpc#38573

COPYBARA_INTEGRATE_REVIEW=grpc#38573 from ctiller:news a4c0441
PiperOrigin-RevId: 720336976
  • Loading branch information
ctiller authored and copybara-github committed Jan 27, 2025
1 parent f589bc0 commit 83e7e0b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/core/test_util/grpc_fuzzer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ def grpc_fuzz_test(name, srcs = [], deps = [], tags = [], data = [], external_de
"bazel_only",
],
deps = deps,
uses_polling = False,
data = data,
external_deps = external_deps,
)

0 comments on commit 83e7e0b

Please sign in to comment.