tentatively enable test_reorg for travis

This commit is contained in:
Victor Shyba 2018-12-07 13:29:56 -03:00 committed by Lex Berezhny
parent 8bc07fad32
commit f4ec20a2e2

View file

@ -7,7 +7,6 @@ class BlockchainReorganizationTests(IntegrationTestCase):
VERBOSITY = logging.WARN
@skip("too slow on Travis CI")
async def test_reorg(self):
self.assertEqual(self.ledger.headers.height, 200)