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 1cb0c02 commit b1e54c0Copy full SHA for b1e54c0
tests/test_pay.py
@@ -552,7 +552,7 @@ def test_pay_maxfee_shadow(node_factory):
552
assert pay_status["amount_msat"] == Millisatoshi(amount)
553
554
555
-@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")
556
def test_sendpay(node_factory):
557
l1, l2 = node_factory.line_graph(2, fundamount=10**6)
558
0 commit comments