diff options
| -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() |
