Skip to content

Commit

Permalink
chore: disable flakey rediscovery.test.ts (#9217)
Browse files Browse the repository at this point in the history
  • Loading branch information
ludamad authored Oct 13, 2024
1 parent 80ea32c commit 14e73e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/end-to-end/src/e2e_p2p/rediscovery.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 14e73e2

Please sign in to comment.