From 260c72cc202d4366bc1c7b49b4830191464e8b21 Mon Sep 17 00:00:00 2001 From: Leonid Logvinov Date: Fri, 29 Jun 2018 16:19:43 +0300 Subject: Add a TODO comment --- packages/contract-wrappers/test/artifacts_test.ts | 1 + 1 file changed, 1 insertion(+) (limited to 'packages/contract-wrappers/test') diff --git a/packages/contract-wrappers/test/artifacts_test.ts b/packages/contract-wrappers/test/artifacts_test.ts index 463d322db..c05d513b3 100644 --- a/packages/contract-wrappers/test/artifacts_test.ts +++ b/packages/contract-wrappers/test/artifacts_test.ts @@ -10,6 +10,7 @@ chaiSetup.configure(); // Those tests are slower cause they're talking to a remote node const TIMEOUT = 10000; +// TODO: Re-enable those tests after final kovan and ropsten deployments are done. describe.skip('Artifacts', () => { describe('contracts are deployed on kovan', () => { const kovanRpcUrl = constants.KOVAN_RPC_URL; -- cgit v1.2.3