From: Glenn Morris Date: Sun, 16 Dec 2018 02:17:01 +0000 (-0800) Subject: Expect two epg tests to fail on hydra X-Git-Tag: emacs-27.0.90~3988 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=61dbe6bab18a902804f5223edf8b66dacb832d03;p=emacs.git Expect two epg tests to fail on hydra * test/lisp/epg-tests.el (epg-decrypt-1, epg-roundtrip-1): These currently fail for unknown reasons on hydra.nixos.org. --- diff --git a/test/lisp/epg-tests.el b/test/lisp/epg-tests.el index 68350273681..28d71fa7985 100644 --- a/test/lisp/epg-tests.el +++ b/test/lisp/epg-tests.el @@ -107,6 +107,7 @@ (delete-directory epg-tests-home-directory t))))) (ert-deftest epg-decrypt-1 () + :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) ; fixme (with-epg-tests (:require-passphrase t) (with-temp-file (expand-file-name "gpg.conf" epg-tests-home-directory) (insert "ignore-mdc-error")) @@ -120,6 +121,7 @@ jA0EAwMCE19JBLTvvmhgyRrGGglRbnKkK9PJG8fDwO5ccjysrR7IcdNcnA== -----END PGP MESSAGE-----"))))) (ert-deftest epg-roundtrip-1 () + :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) ; fixme (with-epg-tests (:require-passphrase t) (let ((cipher (epg-encrypt-string epg-tests-context "symmetric" nil))) (should (equal "symmetric"