Unverified Commit f6d65d2d authored by zowoq's avatar zowoq Committed by GitHub
Browse files

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

delta: update skipped tests on Darwin
parents ed95d771 3a1f88a1
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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; {