Skip to content

Commit b1e54c0

Browse files
committed
tests: Skip entirely because malformed payment requests
1 parent 1cb0c02 commit b1e54c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_pay.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -552,7 +552,7 @@ def test_pay_maxfee_shadow(node_factory):
552552
assert pay_status["amount_msat"] == Millisatoshi(amount)
553553

554554

555-
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "grossly overpaid invoice")
555+
@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "fails multiple policy checks")
556556
def test_sendpay(node_factory):
557557
l1, l2 = node_factory.line_graph(2, fundamount=10**6)
558558

0 commit comments

Comments
 (0)