nixos/tests/kubo: disable broken FUSE test
The FUSE functionality is completely broken in Kubo v0.24.0. See https://github.com/ipfs/kubo/issues/10242.
This commit is contained in:
parent
58e9a35d19
commit
82c73a8d72
1 changed files with 3 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue