Skip to content

Commit 8b0e6be

Browse files
authored
test: temporarily remove webRTC tests (#1845)
1 parent 327e5cb commit 8b0e6be

File tree

2 files changed

+24
-44
lines changed

2 files changed

+24
-44
lines changed

interop/chromium-version.json

Lines changed: 14 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,16 @@
11
{
2-
"id": "chromium-js-libp2p-head",
3-
"containerImageID": "chromium-js-libp2p-head",
4-
"transports": [
5-
{
6-
"name": "webtransport",
7-
"onlyDial": true
8-
},
9-
{
10-
"name": "webrtc-direct",
11-
"onlyDial": true
12-
},
13-
"webrtc",
14-
{
15-
"name": "wss",
16-
"onlyDial": true
17-
}
18-
],
19-
"secureChannels": [
20-
"noise"
21-
],
22-
"muxers": [
23-
"mplex",
24-
"yamux"
25-
]
2+
"id": "chromium-js-libp2p-head",
3+
"containerImageID": "chromium-js-libp2p-head",
4+
"transports": [
5+
{
6+
"name": "webtransport",
7+
"onlyDial": true
8+
},
9+
{
10+
"name": "wss",
11+
"onlyDial": true
12+
}
13+
],
14+
"secureChannels": ["noise"],
15+
"muxers": ["mplex", "yamux"]
2616
}

interop/firefox-version.json

Lines changed: 10 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,12 @@
11
{
2-
"id": "firefox-js-libp2p-head",
3-
"containerImageID": "firefox-js-libp2p-head",
4-
"transports": [
5-
{
6-
"name": "webrtc-direct",
7-
"onlyDial": true
8-
},
9-
"webrtc",
10-
{
11-
"name": "wss",
12-
"onlyDial": true
13-
}
14-
],
15-
"secureChannels": [
16-
"noise"
17-
],
18-
"muxers": [
19-
"mplex",
20-
"yamux"
21-
]
2+
"id": "firefox-js-libp2p-head",
3+
"containerImageID": "firefox-js-libp2p-head",
4+
"transports": [
5+
{
6+
"name": "wss",
7+
"onlyDial": true
8+
}
9+
],
10+
"secureChannels": ["noise"],
11+
"muxers": ["mplex", "yamux"]
2212
}

0 commit comments

Comments
 (0)