Skip onion-only boostrap #2278

Merged
PeterSurda merged 1 commits from skiponionbootsraptest into v0.6 2025-02-06 08:02:56 +01:00

View File

@ -268,6 +268,7 @@ class TestCore(unittest.TestCase):
self._check_connection()
self._check_knownnodes()
@unittest.skip('There are no onion bootstrap servers available')
@unittest.skipIf(tor_port_free, 'no running tor detected')
def test_onionservicesonly(self):
"""ensure bitmessage doesn't try to connect to non-onion nodes