Skip to content

Commit b47e997

Browse files
authored
Do not run rdma ut with msan due to no support in the verbs *.so library (#26074)
2 parents b9bb26a + ccb1ecd commit b47e997

File tree

1 file changed

+1
-1
lines changed
  • ydb/library/actors/interconnect/rdma/ut

1 file changed

+1
-1
lines changed

ydb/library/actors/interconnect/rdma/ut/ya.make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
UNITTEST()
22

3-
IF (OS_LINUX)
3+
IF (OS_LINUX AND SANITIZER_TYPE != "memory")
44

55
SRCS(
66
ibv_ut.cpp

0 commit comments

Comments
 (0)