Skip to content

Commit

Permalink
Merge pull request #2547 from ctiller/create-pull-request/patch-4e14774
Browse files Browse the repository at this point in the history
Automated fix for refs/heads/rtf
  • Loading branch information
ctiller authored Jan 28, 2025
2 parents 4e14774 + c581fd0 commit feecd43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ grpc_cc_library(
"fixtures/sockpair_fixture.h",
"tests/cancel_test_helpers.h",
],
tags = ["no_windows"] if fuzz else [],
defines =
([] if fuzz else ["GRPC_END2END_TEST_NO_FUZZER"]) +
([] if gtest else ["GRPC_END2END_TEST_NO_GTEST"]),
Expand All @@ -146,6 +145,7 @@ grpc_cc_library(
"absl/strings",
"gtest",
] + (["fuzztest"] if fuzz else []),
tags = ["no_windows"] if fuzz else [],
deps = [
"cq_verifier",
"end2end_test_fuzzer_cc_proto",
Expand Down

0 comments on commit feecd43

Please sign in to comment.