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:
Atemu 2020-09-09 20:48:12 +02:00
parent 6e72633c42
commit 90f01b1c55

View File

@ -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"