Skip to content

Commit fa7e147

Browse files
author
MarcoFalke
committed
test: Fix intermittent Tsan issue
1 parent f062abe commit fa7e147

File tree

1 file changed

+1
-4
lines changed
  • test/sanitizer_suppressions

1 file changed

+1
-4
lines changed

test/sanitizer_suppressions/tsan

+1-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ deadlock:src/qt/test/*
2626
deadlock:libdb
2727
race:libzmq
2828

29-
# Race in headers only Boost Test
30-
race:std::__1::ios_base::flags
31-
3229
# Intermittent issues
3330
# -------------------
3431
#
@@ -42,4 +39,4 @@ race:CZMQAbstractPublishNotifier::SendZmqMessage
4239
race:epoll_ctl
4340

4441
# https://github.com/bitcoin/bitcoin/issues/23366
45-
race:std::__1::ios_base::width
42+
race:std::__1::ios_base::*

0 commit comments

Comments
 (0)