Skip to content

Commit

Permalink
pytest: remove xfail in test (accidental commit?)
Browse files Browse the repository at this point in the history
Signed-off-by: Rusty Russell <[email protected]>
  • Loading branch information
rustyrussell authored and endothermicdev committed May 28, 2024
1 parent 7f5282a commit 964c073
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_pay.py
Original file line number Diff line number Diff line change
Expand Up @@ -5646,7 +5646,6 @@ def test_blinded_reply_path_scid(node_factory):
l1.rpc.pay(inv)


@pytest.mark.xfail(strict=True)
def test_pay_while_opening_channel(node_factory, bitcoind, executor):
delay_plugin = {'plugin': os.path.join(os.getcwd(),
'tests/plugins/openchannel_hook_delay.py'),
Expand Down

0 comments on commit 964c073

Please sign in to comment.