Skip to content

Commit 32c8bd8

Browse files
ksedgwicdevrandom
authored andcommitted
skip test_close_weight_estimate test because we don't grind signatures
1 parent 3caba0a commit 32c8bd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/test_closing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3616,6 +3616,7 @@ def test_close_twice(node_factory, executor):
36163616
assert fut2.result(TIMEOUT)['type'] == 'mutual'
36173617

36183618

3619+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "VLS doesn't gind signatures, frequently is a byte larger")
36193620
def test_close_weight_estimate(node_factory, bitcoind):
36203621
"""closingd uses the expected closing tx weight to constrain fees; make sure that lightningd agrees
36213622
once it has the actual agreed tx"""

0 commit comments

Comments
 (0)