nushell: mark tests broken on darwin
This commit is contained in:
parent
a931f70824
commit
4d8dd0afd2
|
@ -38,6 +38,11 @@ rustPlatform.buildRustPackage rec {
|
||||||
|
|
||||||
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
|
cargoBuildFlags = lib.optional withStableFeatures "--features stable";
|
||||||
|
|
||||||
|
# TODO investigate why tests are broken on darwin
|
||||||
|
# failures show that tests try to write to paths
|
||||||
|
# outside of TMPDIR
|
||||||
|
doCheck = ! stdenv.isDarwin;
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
echo "Running cargo test"
|
echo "Running cargo test"
|
||||||
|
|
Loading…
Reference in New Issue