mirror of
https://github.com/lightningd/plugins.git
synced 2026-08-13 12:33:19 +02:00
noise: Disable flaky test
This commit is contained in:
parent
a236324c8a
commit
2a00115086
1 changed files with 1 additions and 0 deletions
|
|
@ -35,6 +35,7 @@ def test_sendmsg_success(node_factory, executor):
|
|||
|
||||
@flaky # since we cannot force a payment to take a specific route
|
||||
@unittest.skipIf(not DEVELOPER, "Fails often")
|
||||
@unittest.skipIf(True, "Just not stable")
|
||||
def test_sendmsg_retry(node_factory, executor):
|
||||
"""Fail a sendmsg using a cheap route, and check that it retries.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue