diff options
author | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-04-14 13:27:48 +0300 |
---|---|---|
committer | Hennadii Stepanov <32963518+hebasto@users.noreply.github.com> | 2021-04-14 13:27:48 +0300 |
commit | f2ef5a8afd5da2fb7775dafdee15e6ac532d8fe4 (patch) | |
tree | 344e811096d76cdb4a13b422e405a0215dca9fea /test/sanitizer_suppressions | |
parent | b8e5bbdf93e5b3b35557d3b0e57a426492d568c1 (diff) |
test: Fix TSan suppression
This change fixes locally running tests.
Diffstat (limited to 'test/sanitizer_suppressions')
-rw-r--r-- | test/sanitizer_suppressions/tsan | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/sanitizer_suppressions/tsan b/test/sanitizer_suppressions/tsan index e2c79d56c5..7db051ca37 100644 --- a/test/sanitizer_suppressions/tsan +++ b/test/sanitizer_suppressions/tsan @@ -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/* |