Skip to content

Commit 612d6ee

Browse files
maschadachingbrain
andcommitted
chore: reintroduce webRTC + webRTC direct interop tests (libp2p#2232)
There have been a lot of fixes added to webRTC and the interop tests appear more stable so re-add them to every test run. --------- Co-authored-by: Alex Potsides <[email protected]>
1 parent 98cc921 commit 612d6ee

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

interop/chromium-version.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@
66
"name": "webtransport",
77
"onlyDial": true
88
},
9+
{
10+
"name": "webrtc-direct",
11+
"onlyDial": true
12+
},
13+
"webrtc",
914
{
1015
"name": "wss",
1116
"onlyDial": true

interop/firefox-version.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"id": "firefox-js-libp2p-head",
33
"containerImageID": "firefox-js-libp2p-head",
44
"transports": [
5+
{
6+
"name": "webrtc-direct",
7+
"onlyDial": true
8+
},
9+
"webrtc",
510
{
611
"name": "wss",
712
"onlyDial": true

0 commit comments

Comments
 (0)