bcachefs-tools: disable tests
Tests were failing because they require the bcachefs module to be loaded on the builder Many tests were skipped anyways and Bcachefs is still tested via its nixos test
This commit is contained in:
parent
6e72633c42
commit
90f01b1c55
|
@ -32,7 +32,7 @@ stdenv.mkDerivation {
|
|||
zstd lz4 python3Packages.pytest
|
||||
] ++ stdenv.lib.optional fuseSupport fuse3;
|
||||
|
||||
doCheck = true;
|
||||
doCheck = false; # needs bcachefs module loaded on builder
|
||||
|
||||
checkFlags = [
|
||||
"BCACHEFS_TEST_USE_VALGRIND=no"
|
||||
|
|
Loading…
Reference in New Issue