Merge pull request #336438 from al3xtjames/delta-darwin-tests

delta: update skipped tests on Darwin
This commit is contained in:
zowoq
2024-08-22 12:14:15 +10:00
committed by GitHub
@@ -50,7 +50,9 @@ rustPlatform.buildRustPackage rec {
dontUseCargoParallelTests = true;
checkFlags = lib.optionals stdenv.isDarwin [
"--skip=test_diff_same_non_empty_file"
# This test tries to read /etc/passwd, which fails with the sandbox
# enabled on Darwin
"--skip=test_diff_real_files"
];
meta = with lib; {