Skip to content

Commit

Permalink
x
Browse files Browse the repository at this point in the history
  • Loading branch information
ctiller committed Jan 27, 2025
1 parent b94fc0d commit 1209a62
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
13 changes: 5 additions & 8 deletions test/core/end2end/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -170,13 +170,10 @@ grpc_cc_library(
"//test/core/test_util:grpc_test_util",
],
)
for fuzz in [
False,
True,
]
for gtest in [
False,
True,
for (fuzz, gtest) in [
(True, False),
(False, True),
(True, True)
]
]

Expand Down Expand Up @@ -566,7 +563,7 @@ grpc_cc_test(
shard_count = 10,
deps = [
"cq_verifier",
"end2end_test_lib",
"end2end_test_lib_no_fuzztest_gtest",
"ssl_test_data",
"//:channel_arg_names",
"//:config_vars",
Expand Down
1 change: 0 additions & 1 deletion test/core/test_util/grpc_fuzzer.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -172,5 +172,4 @@ def grpc_fuzz_test(name, srcs = [], deps = [], tags = [], data = [], external_de
deps = deps,
data = data,
external_deps = external_deps,
data = data,
)

0 comments on commit 1209a62

Please sign in to comment.