[filter-fuzzer] Disable this fuzzer until its ready. (#32929)

<!--

If you know who should review your pull request, please assign it to
that
person, otherwise the pull request would get assigned randomly.

If your pull request is for a specific language, please add the
appropriate
lang label.

-->

---------

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
pull/32939/head
Craig Tiller 2 years ago committed by GitHub
parent 2917804b9a
commit 706352a86e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      test/core/filters/BUILD

@ -132,7 +132,11 @@ grpc_proto_fuzzer(
],
language = "C++",
proto = "filter_fuzzer.proto",
tags = ["no_windows"],
# TODO(ctiller): remove noautofuzz tag when this fuzzer is ready to be load bearing.
tags = [
"no_windows",
"noautofuzz",
],
uses_polling = False,
deps = [
"//:config",

Loading…
Cancel
Save