Skip to content

Commit 54a9f82

Browse files
committed
Do not check SANITIZER_TYPE == "memory" (#2840)
1 parent f2d45b4 commit 54a9f82

File tree

1 file changed

+7
-1
lines changed
  • ydb/library/yql/udfs/common/knn/test

1 file changed

+7
-1
lines changed

ydb/library/yql/udfs/common/knn/test/ya.make

+7-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
YQL_UDF_YDB_TEST()
22

3-
SIZE(SMALL)
3+
TIMEOUT(300)
4+
5+
SIZE(MEDIUM)
6+
7+
IF (SANITIZER_TYPE == "memory")
8+
TAG(ya:not_autocheck) # YQL-15385
9+
ENDIF()
410

511
DEPENDS(ydb/library/yql/udfs/common/knn)
612

0 commit comments

Comments
 (0)