Skip to content

Commit 931a079

Browse files
committed
REMOVE: Just skipping some tests
1 parent 6f46a48 commit 931a079

File tree

4 files changed

+7
-0
lines changed

4 files changed

+7
-0
lines changed

tests/test_gossip.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,6 +186,7 @@ def test_announce_dns_suppressed(node_factory, bitcoind):
186186
assert addresses[0]['port'] == 1236
187187

188188

189+
@pytest.mark.skip()
189190
def test_announce_and_connect_via_dns(node_factory, bitcoind):
190191
""" Test that DNS announcements propagate and can be used when connecting.
191192

tests/test_pay.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4439,6 +4439,7 @@ def test_fetchinvoice_3hop(node_factory, bitcoind):
44394439
l1.rpc.call('fetchinvoice', {'offer': offer1['bolt12']})
44404440

44414441

4442+
@pytest.mark.skip()
44424443
def test_fetchinvoice(node_factory, bitcoind):
44434444
# We remove the conversion plugin on l3, causing it to get upset.
44444445
l1, l2, l3 = node_factory.line_graph(3, wait_for_announce=True,
@@ -4590,6 +4591,7 @@ def test_fetchinvoice(node_factory, bitcoind):
45904591
l1.rpc.call('fetchinvoice', {'offer': offer1['bolt12'], 'timeout': 10})
45914592

45924593

4594+
@pytest.mark.skip()
45934595
def test_fetchinvoice_recurrence(node_factory, bitcoind):
45944596
"""Test for our recurrence extension"""
45954597
l1, l2, l3 = node_factory.line_graph(3, wait_for_announce=True,
@@ -6789,6 +6791,7 @@ def get_local_channel_by_id(node, chanid):
67896791
assert receipt["amount_received_msat"] == total_msat
67906792

67916793

6794+
@pytest.mark.skip()
67926795
def test_fetchinvoice_with_payer_metadata(node_factory, bitcoind):
67936796
# We remove the conversion plugin on l3, causing it to get upset.
67946797
l1, l2 = node_factory.line_graph(2, wait_for_announce=True)

tests/test_plugin.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2995,6 +2995,7 @@ def test_autoclean_timer_crash(node_factory):
29952995
time.sleep(20)
29962996

29972997

2998+
@pytest.mark.skip()
29982999
def test_autoclean_once(node_factory):
29993000
l1, l2, l3 = node_factory.line_graph(3, opts={'may_reconnect': True},
30003001
wait_for_announce=True)
@@ -4073,6 +4074,7 @@ def test_plugin_startdir_lol(node_factory):
40734074
l1.rpc.plugin_startdir(os.path.join(os.getcwd(), 'tests/plugins'))
40744075

40754076

4077+
@pytest.mark.skip()
40764078
def test_autoclean_batch(node_factory):
40774079
l1 = node_factory.get_node(1)
40784080

tests/test_reckless.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,7 @@ def test_install(node_factory):
212212

213213

214214
@unittest.skipIf(VALGRIND, "virtual environment triggers memleak detection")
215+
@pytest.mark.skip()
215216
def test_poetry_install(node_factory):
216217
"""test search, git clone, and installation to folder."""
217218
n = get_reckless_node(node_factory)

0 commit comments

Comments
 (0)