[mac] Disable API fuzzer (#30105)

* mac fix

* Automated change: Fix sanity tests

Co-authored-by: ctiller <ctiller@users.noreply.github.com>
pull/30108/head
Craig Tiller 3 years ago committed by GitHub
parent a10e623494
commit 7cbffb9218
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 5
      test/core/end2end/fuzzers/BUILD

@ -29,7 +29,10 @@ grpc_proto_fuzzer(
proto_deps = [
"//test/core/event_engine/fuzzing_event_engine:fuzzing_event_engine_proto",
],
tags = ["no_windows"],
tags = [
"no_mac",
"no_windows",
],
uses_event_engine = False,
uses_polling = False,
deps = [

Loading…
Cancel
Save