Skip to content

Commit

Permalink
Automated change: Fix sanity tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller authored and github-actions[bot] committed Jan 28, 2025
1 parent 4e14774 commit c581fd0
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 c581fd0

Please sign in to comment.