Skip to content

Commit

Permalink
Merge 6555e3e into 409b7b8
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Oct 10, 2024
2 parents 409b7b8 + 6555e3e commit b13a758
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion yarn-project/end-to-end/src/e2e_p2p/gossip_network.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit b13a758

Please sign in to comment.