mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Merge pull request #336438 from al3xtjames/delta-darwin-tests
delta: update skipped tests on Darwin
This commit is contained in:
commit
f6d65d2d63
1 changed files with 3 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue