diff options
| author | Glenn Morris | 2018-12-15 18:17:01 -0800 |
|---|---|---|
| committer | Glenn Morris | 2018-12-15 18:17:01 -0800 |
| commit | 61dbe6bab18a902804f5223edf8b66dacb832d03 (patch) | |
| tree | d9b5b3c072080832b3d32c2e4d57f74fcd0f73c4 /test | |
| parent | 3edddba62b8cbd541408a87ee20e78aa6d3708e7 (diff) | |
| download | emacs-61dbe6bab18a902804f5223edf8b66dacb832d03.tar.gz emacs-61dbe6bab18a902804f5223edf8b66dacb832d03.zip | |
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.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/epg-tests.el | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ | |||
| 107 | (delete-directory epg-tests-home-directory t))))) | 107 | (delete-directory epg-tests-home-directory t))))) |
| 108 | 108 | ||
| 109 | (ert-deftest epg-decrypt-1 () | 109 | (ert-deftest epg-decrypt-1 () |
| 110 | :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) ; fixme | ||
| 110 | (with-epg-tests (:require-passphrase t) | 111 | (with-epg-tests (:require-passphrase t) |
| 111 | (with-temp-file (expand-file-name "gpg.conf" epg-tests-home-directory) | 112 | (with-temp-file (expand-file-name "gpg.conf" epg-tests-home-directory) |
| 112 | (insert "ignore-mdc-error")) | 113 | (insert "ignore-mdc-error")) |
| @@ -120,6 +121,7 @@ jA0EAwMCE19JBLTvvmhgyRrGGglRbnKkK9PJG8fDwO5ccjysrR7IcdNcnA== | |||
| 120 | -----END PGP MESSAGE-----"))))) | 121 | -----END PGP MESSAGE-----"))))) |
| 121 | 122 | ||
| 122 | (ert-deftest epg-roundtrip-1 () | 123 | (ert-deftest epg-roundtrip-1 () |
| 124 | :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) ; fixme | ||
| 123 | (with-epg-tests (:require-passphrase t) | 125 | (with-epg-tests (:require-passphrase t) |
| 124 | (let ((cipher (epg-encrypt-string epg-tests-context "symmetric" nil))) | 126 | (let ((cipher (epg-encrypt-string epg-tests-context "symmetric" nil))) |
| 125 | (should (equal "symmetric" | 127 | (should (equal "symmetric" |