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');