mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-02-08 10:31:50 -05:00
test: Fix TSan suppression
This change fixes locally running tests.
This commit is contained in:
parent
b8e5bbdf93
commit
f2ef5a8afd
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ race:bitcoin-qt
|
|||
deadlock:CChainState::ConnectTip
|
||||
|
||||
# Intentional deadlock in tests
|
||||
deadlock:TestPotentialDeadLockDetected
|
||||
deadlock:sync_tests::potential_deadlock_detected
|
||||
|
||||
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
||||
race:src/qt/test/*
|
||||
|
|
Loading…
Add table
Reference in a new issue