Merge bitcoin/bitcoin#24390: test: Remove suppression no longer needed with headers-only Boost.Test

81738d2881 test: Remove suppression no longer needed with headers-only Boost.Test (Hennadii Stepanov)

Pull request description:

  It appears, that moving to [headers-only](https://github.com/bitcoin/bitcoin/pull/24301) Boost.Test makes the removed suppression unneeded even without [bumping](https://github.com/bitcoin/bitcoin/pull/24383) boost version.

ACKs for top commit:
  MarcoFalke:
    cr ACK 81738d2881

Tree-SHA512: e60443f79a2e38cc78fceeff5c2956d622e8a10730129f9c27c14aef59bc6fa0894b8011e6191530443bf3165f78da978bc08ad04248ddb65e2da373264afa6a
This commit is contained in:
fanquake 2022-02-19 19:52:56 +00:00
commit 98b9d607a8
No known key found for this signature in database
GPG Key ID: 2EEB9F5CC09526C1

View File

@ -22,10 +22,6 @@ deadlock:sync_tests::potential_deadlock_detected
race:src/qt/test/*
deadlock:src/qt/test/*
# Race in src/test/main.cpp
# Can be removed once upgraded to boost test 1.74 in depends
race:validation_chainstatemanager_tests
# External libraries
deadlock:libdb
race:libzmq