diff --git a/yarn-project/end-to-end/src/e2e_p2p/rediscovery.test.ts b/yarn-project/end-to-end/src/e2e_p2p/rediscovery.test.ts index 51c222e238a..c9d78f5d1ca 100644 --- a/yarn-project/end-to-end/src/e2e_p2p/rediscovery.test.ts +++ b/yarn-project/end-to-end/src/e2e_p2p/rediscovery.test.ts @@ -32,7 +32,7 @@ describe('e2e_p2p_rediscovery', () => { } }); - it('should re-discover stored peers without bootstrap node', async () => { + it.skip('should re-discover stored peers without bootstrap node', async () => { const contexts: NodeContext[] = []; nodes = await createNodes( t.ctx.aztecNodeConfig,