mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-08 17:30:36 +02:00
Add suppression for InterruptRPC (fRPCRunning) data race
This commit is contained in:
@ -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/*
|
||||
|
Reference in New Issue
Block a user