Skip to content

Commit

Permalink
Disable fuzz coverage test on Bazel CI (#16940)
Browse files Browse the repository at this point in the history
#16542 has been keep Envoy red on Bazel CI for a long time, it doesn't make sense to keep a failing test if it's not going to be fixed.

Signed-off-by: Yun Peng <pcloudy@google.com>
  • Loading branch information
meteorcloudy authored Jun 14, 2021
1 parent c8b709f commit acbd961
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions .bazelci/presubmit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,15 @@ tasks:
test_flags:
- "--config=coverage"
- "--config=clang"
fuzz_coverage:
name: "Fuzz-Coverage"
platform: ubuntu1804
shell_commands:
- "bazel/setup_clang.sh /usr/lib/llvm-10"
test_targets:
- "//test/server:server_fuzz_test"
test_flags:
- "--config=fuzz-coverage"
- "--config=coverage"
- "--config=clang"
# Re-enable after fixing https://github.com/envoyproxy/envoy/issues/16542
# fuzz_coverage:
# name: "Fuzz-Coverage"
# platform: ubuntu1804
# shell_commands:
# - "bazel/setup_clang.sh /usr/lib/llvm-10"
# test_targets:
# - "//test/server:server_fuzz_test"
# test_flags:
# - "--config=fuzz-coverage"
# - "--config=coverage"
# - "--config=clang"

0 comments on commit acbd961

Please sign in to comment.