mirror of
https://github.com/bitcoin/bitcoin.git
synced 2024-11-20 10:38:42 +01:00
Add suppression for InterruptRPC (fRPCRunning) data race
This commit is contained in:
parent
5e5138a721
commit
eaf4070e3a
@ -7,6 +7,9 @@ deadlock:WalletBatch
|
||||
# Intentional deadlock in tests
|
||||
deadlock:TestPotentialDeadLockDetected
|
||||
|
||||
# fRPCRunning race
|
||||
race:InterruptRPC
|
||||
|
||||
# Wildcard for all gui tests, should be replaced with non-wildcard suppressions
|
||||
race:src/qt/test/*
|
||||
deadlock:src/qt/test/*
|
||||
|
Loading…
Reference in New Issue
Block a user