Skip to content

Commit 9eb57d1

Browse files
committed
Merge bitcoin/bitcoin#30559: test: Try previously intermittently broken USDT test again
fa2269d test: Try previously intermittently broken USDT test again (MarcoFalke) Pull request description: Seems fine to try it again, given that the infra changed in the meantime. Should be trivial to disable again, on the first failure. Ref: bitcoin/bitcoin#27380 (comment) ACKs for top commit: fanquake: ACK fa2269d - seems fine to re-try this now. Tree-SHA512: e203625b49019517def8e92cc465dd947d5aa85a080d370aabce7a45442efc3900b5c3783f6cc15720f81e5aaa3ff193a26be3d33048f20a73cd7b1fce320118
2 parents 174bedd + fa2269d commit 9eb57d1

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

test/functional/interface_usdt_mempool.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -296,10 +296,7 @@ def handle_rejected_event(_, data, __):
296296
assert_equal(1, len(events))
297297
event = events[0]
298298
assert_equal(bytes(event.hash)[::-1].hex(), tx["tx"].hash)
299-
# The next test is already known to fail, so disable it to avoid
300-
# wasting CPU time and developer time. See
301-
# https://github.com/bitcoin/bitcoin/issues/27380
302-
#assert_equal(event.reason.decode("UTF-8"), "min relay fee not met")
299+
assert_equal(event.reason.decode("UTF-8"), "min relay fee not met")
303300

304301
bpf.cleanup()
305302
self.generate(self.wallet, 1)

0 commit comments

Comments
 (0)