Skip to content

Commit

Permalink
chore: disable Firefox WebTransport interop tests (#2930)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
achingbrain authored Feb 3, 2025
1 parent 31a15a1 commit 15a70af
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions interop/firefox-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,6 @@
"id": "firefox-js-libp2p-head",
"containerImageID": "firefox-js-libp2p-head",
"transports": [
{
"name": "webtransport",
"onlyDial": true
},
{
"name": "webrtc-direct",
"onlyDial": true
Expand Down

0 comments on commit 15a70af

Please sign in to comment.