Skip to content

Commit

Permalink
test: disable xds_fuzz (envoyproxy#12262)
Browse files Browse the repository at this point in the history
Until envoyproxy#12258 is fixed.

Signed-off-by: Matt Klein <[email protected]>
  • Loading branch information
mattklein123 authored Jul 23, 2020
1 parent 8b9f688 commit da58cfc
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions test/server/config_validation/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -147,12 +147,13 @@ envoy_cc_test_library(
],
)

envoy_cc_fuzz_test(
name = "xds_fuzz_test",
srcs = ["xds_fuzz_test.cc"],
corpus = "xds_corpus",
deps = [
":xds_fuzz_lib",
"//source/common/protobuf:utility_lib",
],
)
# https://github.com/envoyproxy/envoy/issues/12258
# envoy_cc_fuzz_test(
# name = "xds_fuzz_test",
# srcs = ["xds_fuzz_test.cc"],
# corpus = "xds_corpus",
# deps = [
# ":xds_fuzz_lib",
# "//source/common/protobuf:utility_lib",
# ],
# )

0 comments on commit da58cfc

Please sign in to comment.