Disable further pass tests that end up relying on gpg-agent on Darwin

Fixes #58975
This commit is contained in:
Pass Automated Testing Suite 2020-01-13 09:00:25 -08:00
parent f35f0880f2
commit 669318bd02
No known key found for this signature in database
GPG key ID: C144D8F4F19FE630

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;