Skip to content

Commit

Permalink
nixos/tests/kubo: disable broken FUSE test
Browse files Browse the repository at this point in the history
The FUSE functionality is completely broken in Kubo v0.24.0.
See ipfs/kubo#10242.
  • Loading branch information
Luflosi committed Dec 4, 2023
1 parent 5495d67 commit a368b4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion nixos/tests/kubo/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
{ recurseIntoAttrs, runTest }:
recurseIntoAttrs {
kubo = runTest ./kubo.nix;
kubo-fuse = runTest ./kubo-fuse.nix;
# The FUSE functionality is completely broken since Kubo v0.24.0
# See https://github.com/ipfs/kubo/issues/10242
# kubo-fuse = runTest ./kubo-fuse.nix;
}

0 comments on commit a368b4a

Please sign in to comment.