We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ff7f66 commit 631a2bdCopy full SHA for 631a2bd
nixos/tests/ipfs.nix
@@ -54,6 +54,8 @@ import ./make-test-python.nix ({ pkgs, ...} : {
54
"echo fnord3 | ipfs --api /ip4/127.0.0.1/tcp/2324 add --quieter"
55
)
56
57
- fuse.succeed(f"cat /ipfs/{ipfs_hash.strip()} | grep fnord3")
+ # The FUSE mount functionality is broken as of v0.13.0.
58
+ # See https://github.com/ipfs/kubo/issues/9044.
59
+ # fuse.succeed(f"cat /ipfs/{ipfs_hash.strip()} | grep fnord3")
60
'';
61
})
0 commit comments