Disable bitcoin node unit test

This commit is contained in:
Arinerron 2018-03-03 14:22:12 -08:00
parent ce5bb6554d
commit 0fd9c3f6ab
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 2 additions and 0 deletions

View File

@ -118,6 +118,8 @@ class OnionrTests(unittest.TestCase):
self.assertTrue(True)
def testBitcoinNode(self):
# temporarily disabled- this takes a lot of time the CI doesn't have
self.assertTrue(True)
logger.debug('-'*26 + '\n')
logger.info('Running bitcoin node test...')