Skip to content

Commit 9b3ece2

Browse files
Don't run spilling (unused) with asan (#12514)
1 parent 7037279 commit 9b3ece2

File tree

1 file changed

+5
-0
lines changed
  • ydb/library/yql/core/spilling/ut

1 file changed

+5
-0
lines changed

ydb/library/yql/core/spilling/ut/ya.make

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ FORK_SUBTESTS()
44

55
SPLIT_FACTOR(60)
66

7+
# https://github.com/ydb-platform/ydb/issues/12513
8+
IF (SANITIZER_TYPE == "address")
9+
TAG(ya:not_autocheck)
10+
ENDIF()
11+
712
IF (SANITIZER_TYPE OR NOT OPENSOURCE)
813
REQUIREMENTS(ram:10)
914
ENDIF()

0 commit comments

Comments
 (0)