Skip to content

Commit

Permalink
ci: temproray disable vhds_integration_test in TSAN (envoyproxy#12067)
Browse files Browse the repository at this point in the history
Signed-off-by: Lizan Zhou <lizan@tetrate.io>
  • Loading branch information
lizan authored and antoniovicente committed Nov 30, 2020
1 parent b1540ba commit 4008ca3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .bazelrc
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,8 @@ build:clang-tsan --define ENVOY_CONFIG_TSAN=1
build:clang-tsan --copt -fsanitize=thread
build:clang-tsan --linkopt -fsanitize=thread
build:clang-tsan --linkopt -fuse-ld=lld
build:clang-tsan --build_tag_filters=-no_san,-no_tsan
build:clang-tsan --test_tag_filters=-no_san,-no_tsan
# Needed due to https://github.com/libevent/libevent/issues/777
build:clang-tsan --copt -DEVENT__DISABLE_DEBUG_MODE

Expand Down
2 changes: 2 additions & 0 deletions test/integration/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,8 @@ envoy_cc_test(
],
tags = [
"fails_on_windows",
# https://github.com/envoyproxy/envoy/issues/9784
"no_tsan",
],
deps = [
":http_integration_lib",
Expand Down

0 comments on commit 4008ca3

Please sign in to comment.