diff --git a/src/__tests__/ceramic_integration.test.ts b/src/__tests__/ceramic_integration.test.ts index 17dc7d2f4..5f0b6c880 100644 --- a/src/__tests__/ceramic_integration.test.ts +++ b/src/__tests__/ceramic_integration.test.ts @@ -271,15 +271,8 @@ describe('Ceramic Integration Test', () => { createIPFS(ipfsApiPort2), createIPFS(), createIPFS(), - createIPFS(), - createIPFS(), ]) - // ipfsServer1 = new HttpApi(ipfs1) - // await ipfsServer1.start() - // ipfsServer2 = new HttpApi(ipfs2) - // await ipfsServer2.start() - // Now make sure all ipfs nodes are connected to all other ipfs nodes const ipfsNodes = [ipfs1, ipfs2, ipfs3, ipfs4] for (const [i] of ipfsNodes.entries()) {