diff --git a/tests/client_tests/integration/test_blockchain_reorganization.py b/tests/client_tests/integration/test_blockchain_reorganization.py index f2bbb7930..6f6ecbd02 100644 --- a/tests/client_tests/integration/test_blockchain_reorganization.py +++ b/tests/client_tests/integration/test_blockchain_reorganization.py @@ -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)