Merge pull request #336438 from al3xtjames/delta-darwin-tests
delta: update skipped tests on Darwin
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user