From 6555e3ea0a325f730b80ff631e31aa8cd59c2b38 Mon Sep 17 00:00:00 2001 From: ludamad Date: Thu, 10 Oct 2024 20:22:57 +0100 Subject: [PATCH] chore(ci): disable gossip_network.test.ts Needs https://github.com/AztecProtocol/aztec-packages/issues/9164 --- yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts b/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts index 2520cd225b4..b59a5a7ed8b 100644 --- a/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts +++ b/yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts @@ -32,7 +32,8 @@ describe('e2e_p2p_network', () => { } }); - it('should rollup txs from all peers', async () => { + // TODO(https://github.com/AztecProtocol/aztec-packages/issues/9164): Currently flakey + it.skip('should rollup txs from all peers', async () => { // create the bootstrap node for the network if (!t.bootstrapNodeEnr) { throw new Error('Bootstrap node ENR is not available');