Skip to content

Commit f0f3942

Browse files
committed
tests: Skip entirely because malformed payment requests
1 parent 3db63c0 commit f0f3942

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
@@ -562,7 +562,7 @@ def test_pay_maxfee_shadow(node_factory):
562562
assert pay_status["amount_msat"] == Millisatoshi(amount)
563563

564564

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

0 commit comments

Comments
 (0)