Skip to content

Commit

Permalink
nixos/tests/ipfs: disable FUSE test
Browse files Browse the repository at this point in the history
The FUSE mount functionality of IPFS was broken by the update to v0.13.0, so disable it. Hopefully it will be fixed soon.
See ipfs/kubo#9044.
  • Loading branch information
Luflosi committed Jul 10, 2022
1 parent 7ff7f66 commit 631a2bd
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nixos/tests/ipfs.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,8 @@ import ./make-test-python.nix ({ pkgs, ...} : {
"echo fnord3 | ipfs --api /ip4/127.0.0.1/tcp/2324 add --quieter"
)
fuse.succeed(f"cat /ipfs/{ipfs_hash.strip()} | grep fnord3")
# The FUSE mount functionality is broken as of v0.13.0.
# See https://github.com/ipfs/kubo/issues/9044.
# fuse.succeed(f"cat /ipfs/{ipfs_hash.strip()} | grep fnord3")
'';
})

0 comments on commit 631a2bd

Please sign in to comment.