diff options
author | Jan Tattermusch <jtattermusch@google.com> | 2018-11-14 16:40:35 +0100 |
---|---|---|
committer | Jan Tattermusch <jtattermusch@google.com> | 2018-11-14 16:40:35 +0100 |
commit | e5f9f5ef4605bec53ebd06b2d0ade0c77189d256 (patch) | |
tree | 899d172be72e78fbcc263d1076fd6dc4087a863d /test/cpp/util | |
parent | db2f88ae0feb12cbe5ce705b0b3fdfde80a26610 (diff) |
disable grpc_tool_test on msan
Diffstat (limited to 'test/cpp/util')
-rw-r--r-- | test/cpp/util/BUILD | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cpp/util/BUILD b/test/cpp/util/BUILD index c8d4333ef0..57eaf3baf2 100644 --- a/test/cpp/util/BUILD +++ b/test/cpp/util/BUILD @@ -185,6 +185,7 @@ grpc_cc_test( external_deps = [ "gtest", ], + tags = ["nomsan"], # death tests seem to be incompatible with msan deps = [ ":grpc_cli_libs", ":test_util", |