Skip to content

Commit

Permalink
test: Fix intermittent Tsan issue
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcoFalke committed Feb 23, 2022
1 parent f062abe commit fa7e147
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions test/sanitizer_suppressions/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,6 @@ deadlock:src/qt/test/*
deadlock:libdb
race:libzmq

# Race in headers only Boost Test
race:std::__1::ios_base::flags

# Intermittent issues
# -------------------
#
Expand All @@ -42,4 +39,4 @@ race:CZMQAbstractPublishNotifier::SendZmqMessage
race:epoll_ctl

# https://github.com/bitcoin/bitcoin/issues/23366
race:std::__1::ios_base::width
race:std::__1::ios_base::*

0 comments on commit fa7e147

Please sign in to comment.