Skip to content

Commit

Permalink
NBSDUTY-136: mute tsan tests for topic api (#2379)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharpeye authored Oct 29, 2024
1 parent 238a7b1 commit 719e8e2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cloud/blockstore/libs/logbroker/topic_api_impl/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ PEERDIR(
END()

# see https://github.com/ydb-platform/ydb/issues/8170
IF (SANITIZER_TYPE != "undefined")
# and https://github.com/ydb-platform/ydb/issues/10992
IF (SANITIZER_TYPE != "undefined" AND SANITIZER_TYPE != "thread")

RECURSE_FOR_TESTS(ut)

Expand Down

0 comments on commit 719e8e2

Please sign in to comment.