Skip to content

Commit 2559a8f

Browse files
authored
Add ydb/tests/functional/benchmarks_init to sanitizers run (#14506)
1 parent 01359b9 commit 2559a8f

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

.github/workflows/regression_whitelist_run.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- build_preset: release-msan
3232
threads_count: 20
3333
timeout: 480
34-
build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc"
34+
build_target: "ydb/tests/sql/ ydb/tests/stress ydb/tests/functional/tpc ydb/tests/functional/benchmarks_init"
3535
test_size: small,medium,large
3636
test_type: unittest,py3test,py2test,pytest
3737
- build_preset: release-tsan

ydb/tests/functional/benchmarks_init/ya.make

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
IF (NOT SANITIZER_TYPE)
2-
31
PY3TEST()
42

53
TEST_SRCS(
@@ -25,5 +23,3 @@ PEERDIR(
2523
FORK_SUBTESTS()
2624
FORK_TEST_FILES()
2725
END()
28-
29-
ENDIF()

0 commit comments

Comments
 (0)