mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-15 12:51:00 +02:00
Merge bitcoin/bitcoin#30574: test: Disable known broken USDT test for now
faed533743test: Disable known broken USDT test for now (MarcoFalke) Pull request description: (cherry picked from commitfaf8be7c32) Sadly, it still happens: https://github.com/bitcoin/bitcoin/issues/27380#issuecomment-2265205214 ACKs for top commit: fanquake: ACKfaed533743Tree-SHA512: 7108c468efd31a1f062646b7b21d69ddaaa9808cdc44db75c78d7a840830f85d016d4a95571c239402f0b6639b714224720182bcda8f53b147a0be06cfbd2b25
This commit is contained in:
commit
9c6c667bc2
1 changed files with 4 additions and 1 deletions
|
|
@ -296,7 +296,10 @@ class MempoolTracepointTest(BitcoinTestFramework):
|
|||
assert_equal(1, len(events))
|
||||
event = events[0]
|
||||
assert_equal(bytes(event.hash)[::-1].hex(), tx["tx"].hash)
|
||||
assert_equal(event.reason.decode("UTF-8"), "min relay fee not met")
|
||||
# The next test is already known to fail, so disable it to avoid
|
||||
# wasting CPU time and developer time. See
|
||||
# https://github.com/bitcoin/bitcoin/issues/27380
|
||||
#assert_equal(event.reason.decode("UTF-8"), "min relay fee not met")
|
||||
|
||||
bpf.cleanup()
|
||||
self.generate(self.wallet, 1)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue