diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-28 13:55:31 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-11-28 16:33:12 +0300 |
commit | b357fd2178d2ff045e54563a5f7a4a8dfc3e0cb2 (patch) | |
tree | 13f621d1df69c852be245e868e75367150390f69 | |
parent | 98e5e728807dc1d7f37e3b0dea3ffc52e30c267f (diff) | |
download | ydb-b357fd2178d2ff045e54563a5f7a4a8dfc3e0cb2.tar.gz |
Intermediate changes
-rw-r--r-- | yt/yt/core/yson/unittests/ya.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/yt/yt/core/yson/unittests/ya.make b/yt/yt/core/yson/unittests/ya.make index 08919c22497..493bfa14fda 100644 --- a/yt/yt/core/yson/unittests/ya.make +++ b/yt/yt/core/yson/unittests/ya.make @@ -51,4 +51,6 @@ IF (OS_DARWIN) TAG(ya:fat ya:force_sandbox ya:exotic_platform) ENDIF() +ENV(ASAN_OPTIONS="detect_leaks=0") + END() |