Skip to content

Commit

Permalink
fix: disable connection montior in js tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Feb 13, 2025
1 parent d3f2f03 commit f558c79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions transport-interop/impl/js/v2.x/test/fixtures/get-libp2p.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ export async function getLibp2p (): Promise<Libp2p<{ ping: PingService }>> {
connectionGater: {
denyDialMultiaddr: async () => false
},
connectionMonitor: {
enabled: false
},
services: {
ping: ping(),
identify: identify()
Expand Down

0 comments on commit f558c79

Please sign in to comment.