Disable further pass tests that end up relying on gpg-agent on… (#77634)

Disable further pass tests that end up relying on gpg-agent on Darwin
This commit is contained in:
John Wiegley 2020-01-14 13:54:44 -08:00 committed by GitHub
commit ff3f9d83e2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -111,6 +111,12 @@ let
'' + stdenv.lib.optionalString stdenv.isDarwin ''
# 'pass edit' uses hdid, which is not available from the sandbox.
rm -f tests/t0200-edit-tests.sh
rm -f tests/t0010-generate-tests.sh
rm -f tests/t0020-show-tests.sh
rm -f tests/t0050-mv-tests.sh
rm -f tests/t0100-insert-tests.sh
rm -f tests/t0300-reencryption.sh
rm -f tests/t0400-grep.sh
'';
doCheck = false;