aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-14 13:27:48 +0300
committerHennadii Stepanov <32963518+hebasto@users.noreply.github.com>2021-04-14 13:27:48 +0300
commitf2ef5a8afd5da2fb7775dafdee15e6ac532d8fe4 (patch)
tree344e811096d76cdb4a13b422e405a0215dca9fea
parentb8e5bbdf93e5b3b35557d3b0e57a426492d568c1 (diff)
downloadbitcoin-f2ef5a8afd5da2fb7775dafdee15e6ac532d8fe4.tar.xz
test: Fix TSan suppression
This change fixes locally running tests.
-rw-r--r--test/sanitizer_suppressions/tsan2
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/*