Skip to content

Commit

Permalink
test: Fix TSan suppression
Browse files Browse the repository at this point in the history
This change fixes locally running tests.
  • Loading branch information
hebasto committed Apr 14, 2021
1 parent b8e5bbd commit f2ef5a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/sanitizer_suppressions/tsan
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
Expand Down

0 comments on commit f2ef5a8

Please sign in to comment.