Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Disable chromium tests
  • Loading branch information
thomaseizinger committed Jan 24, 2024
commit 7400e4d5623207874115fca8fa2d522b93545646
2 changes: 1 addition & 1 deletion transport-interop/impl/rust/v0.52/Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
image_name := rust-v0.52
commitSha := 6fe72bde6b519d98d545bb6d5a2803b5790d277e
commitSha := 8f66ad6627e3eb925324a1773938e30e825d9f71

all: image.json

Expand Down
13 changes: 7 additions & 6 deletions transport-interop/versions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,13 @@ export const versions: Array<Version> = [
secureChannels: ["tls", "noise"],
muxers: ["mplex", "yamux"],
},
{
id: "rust-chromium-v0.52",
transports: [{ name: "webtransport", onlyDial: true }],
secureChannels: [],
muxers: [],
},
// Re-enable when we figure out the glibc mismatch issue: https://github.com/libp2p/test-plans/pull/342
// {
// id: "rust-chromium-v0.52",
// transports: [{ name: "webtransport", onlyDial: true }],
// secureChannels: [],
// muxers: [],
// },
{
id: "js-v0.45",
transports: ["tcp", "ws", { name: "wss", onlyDial: true }],
Expand Down