diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/sanitizer_suppressions/tsan | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index 593e1f54ff..70eea34363 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -7,9 +7,6 @@ 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/* |