Skip to content

Commit

Permalink
chore(p2p): disable flakey test (#11380)
Browse files Browse the repository at this point in the history
Fixing, it is flakey due to non determinism in new peer selection
  • Loading branch information
Maddiaa0 authored Jan 21, 2025
1 parent 4d149be commit 94012b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yarn-project/p2p/src/services/reqresp/reqresp.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ describe('ReqResp', () => {
expect(res).toBeUndefined();
});

it('should request from a later peer if other peers are offline', async () => {
it.skip('should request from a later peer if other peers are offline', async () => {
nodes = await createNodes(peerScoring, 4);

await startNodes(nodes);
Expand Down

0 comments on commit 94012b5

Please sign in to comment.