libp2p / js-libp2p-webtransport

WebTranport module that libp2p uses and that implements the interface-transport spec
Other
15 stars 5 forks source link

test: ipv6 tests can be skipped if unsupported #88

Closed SgtPooki closed 12 months ago

SgtPooki commented 12 months ago

Allows disabling of running ipv6 tests. On machines without ipv6 support, the tests hang forever. This means users without ipv6 (I suspect most CenturyLink ISP users) could not run tests before this change.

Note: When running the tests, and aegir times out on serverAddr6.promise, it should fail, but it doesn't.

achingbrain commented 12 months ago

Please can you re-open this against the js-libp2p monorepo - https://github.com/libp2p/js-libp2p/tree/master/packages/transport-webtransport

Sorry, this is my fault for not archiving these repos yet.

SgtPooki commented 12 months ago

superseded by https://github.com/libp2p/js-libp2p/pull/1885