libp2p / js-libp2p

The JavaScript Implementation of libp2p networking stack.
https://libp2p.github.io/js-libp2p/
Other
2.34k stars 447 forks source link

fix: remove slow network test #2829

Closed achingbrain closed 6 days ago

achingbrain commented 6 days ago

The idea is if async work is done after .dial is invoked but before upgrader.upgradeInbound is called, and the abort signal aborts, then .dial should respect the abort and throw, but there's no reliable cross-transport way to inject the latency that would cause the test to fail so remove the test.

Change checklist