Skip to content

Commit f2ef5a8

Browse files
committed
test: Fix TSan suppression
This change fixes locally running tests.
1 parent b8e5bbd commit f2ef5a8

File tree

1 file changed

+1
-1
lines changed
  • test/sanitizer_suppressions

1 file changed

+1
-1
lines changed

test/sanitizer_suppressions/tsan

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ race:bitcoin-qt
1616
deadlock:CChainState::ConnectTip
1717

1818
# Intentional deadlock in tests
19-
deadlock:TestPotentialDeadLockDetected
19+
deadlock:sync_tests::potential_deadlock_detected
2020

2121
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
2222
race:src/qt/test/*

0 commit comments

Comments
 (0)