We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9d90a6 commit d0bc26eCopy full SHA for d0bc26e
src/tests/core.py
@@ -268,6 +268,7 @@ def test_bootstrap_tor(self):
268
self._check_connection()
269
self._check_knownnodes()
270
271
+ @unittest.skip('There are no onion bootstrap servers available')
272
@unittest.skipIf(tor_port_free, 'no running tor detected')
273
def test_onionservicesonly(self):
274
"""ensure bitmessage doesn't try to connect to non-onion nodes
0 commit comments