Skip to content

Commit

Permalink
tests: Skip entirely because malformed payment requests
Browse files Browse the repository at this point in the history
  • Loading branch information
ksedgwic committed Jun 11, 2023
1 parent cda5f60 commit 94a57aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -559,7 +559,7 @@ def test_pay_maxfee_shadow(node_factory):
assert pay_status["amount_msat"] == Millisatoshi(amount)


@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")
def test_sendpay(node_factory):
l1, l2 = node_factory.line_graph(2, fundamount=10**6)

Expand Down

0 comments on commit 94a57aa

Please sign in to comment.