Skip to content

Commit d0bc26e

Browse files
committed
Skip onion-only boostrap
- there are currently no onion boostrap servers available
1 parent b9d90a6 commit d0bc26e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tests/core.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -268,6 +268,7 @@ def test_bootstrap_tor(self):
268268
self._check_connection()
269269
self._check_knownnodes()
270270

271+
@unittest.skip('There are no onion bootstrap servers available')
271272
@unittest.skipIf(tor_port_free, 'no running tor detected')
272273
def test_onionservicesonly(self):
273274
"""ensure bitmessage doesn't try to connect to non-onion nodes

0 commit comments

Comments
 (0)