Skip to content

Commit

Permalink
test: skip flaky connect and disconnect event tests
Browse files Browse the repository at this point in the history
  • Loading branch information
maschad committed May 31, 2023
1 parent ede58c6 commit 3d6a67e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/upgrading/upgrader.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,8 @@ describe('libp2p.upgrader', () => {
expect(arg0.stream).to.include.keys(['id', 'recvWindowCapacity', 'sendWindowCapacity', 'sourceInput'])
})

it('should emit connect and disconnect events', async () => {
// #TODO Investigate why this is failing https://github.com/libp2p/js-libp2p/issues/1781, skipping for now based https://github.com/libp2p/js-libp2p/pull/1627#issuecomment-1570561645
it.skip('should emit connect and disconnect events', async () => {
const remotePeer = peers[1]
libp2p = await createLibp2p({
peerId: peers[0],
Expand Down

0 comments on commit 3d6a67e

Please sign in to comment.