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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user