We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3db63c0 commit f0f3942Copy full SHA for f0f3942
tests/test_pay.py
@@ -562,7 +562,7 @@ def test_pay_maxfee_shadow(node_factory):
562
assert pay_status["amount_msat"] == Millisatoshi(amount)
563
564
565
-@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd') and os.getenv('VLS_PERMISSIVE') != '1', "grossly overpaid invoice")
+@unittest.skipIf(os.getenv('SUBDAEMON').startswith('hsmd:remote_hsmd'), "fails multiple policy checks")
566
def test_sendpay(node_factory):
567
l1, l2 = node_factory.line_graph(2, fundamount=10**6)
568
0 commit comments