From 14e73e29a784a3b6131b464b40058dcf8bb53a86 Mon Sep 17 00:00:00 2001 From: ludamad Date: Sun, 13 Oct 2024 01:55:52 +0100 Subject: [PATCH] chore: disable flakey rediscovery.test.ts (#9217) --- yarn-project/end-to-end/src/e2e_p2p/rediscovery.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,