Skip onion-only boostrap

- there are currently no onion boostrap servers available
This commit is contained in:
Peter Šurda 2025-02-06 14:37:49 +08:00
parent b9d90a689c
commit d0bc26e6b2
Signed by: PeterSurda
GPG Key ID: 3E47497CF67ABB95

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