forked from LBRYCommunity/lbry-sdk
tentatively enable test_reorg for travis
This commit is contained in:
parent
8bc07fad32
commit
f4ec20a2e2
1 changed files with 0 additions and 1 deletions
|
@ -7,7 +7,6 @@ class BlockchainReorganizationTests(IntegrationTestCase):
|
||||||
|
|
||||||
VERBOSITY = logging.WARN
|
VERBOSITY = logging.WARN
|
||||||
|
|
||||||
@skip("too slow on Travis CI")
|
|
||||||
async def test_reorg(self):
|
async def test_reorg(self):
|
||||||
self.assertEqual(self.ledger.headers.height, 200)
|
self.assertEqual(self.ledger.headers.height, 200)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue