Skip to content

Commit 15a70af

Browse files
authored
chore: disable Firefox WebTransport interop tests (#2930)
Firefox 134.0 has broken interop as it can no longer dial go-libp2p via WebTransport. The regression is fixed in Firefox Nightly (136.0) so disable Firefox WebTransport interop testing until that has been released and Playwright has upgraded the version it supports (likely some time in March) or until go-libp2p ships a fix that allows dialling it again.
1 parent 31a15a1 commit 15a70af

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

interop/firefox-version.json

-4
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,6 @@
22
"id": "firefox-js-libp2p-head",
33
"containerImageID": "firefox-js-libp2p-head",
44
"transports": [
5-
{
6-
"name": "webtransport",
7-
"onlyDial": true
8-
},
95
{
106
"name": "webrtc-direct",
117
"onlyDial": true

0 commit comments

Comments
 (0)