diff options
Diffstat (limited to 'packages')
-rw-r--r-- | packages/contract-wrappers/test/artifacts_test.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |