mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-15 10:30:25 -08:00
Tag an mml-sec test
* test/lisp/gnus/mml-sec-tests.el (mml-secure-en-decrypt-3): Tag unstable on hydra.nixos.org due to repeated intermittent failures.
This commit is contained in:
parent
d25cb37694
commit
84276bf775
1 changed files with 3 additions and 0 deletions
|
|
@ -605,6 +605,9 @@ In this test, the encryption key needs to fixed among multiple ones."
|
|||
(ert-deftest mml-secure-en-decrypt-3 ()
|
||||
"Encrypt message; then decrypt and test for expected result.
|
||||
In this test, encrypt-to-self variables are set to t."
|
||||
;; Random failures with "wrong-type-argument stringp nil".
|
||||
;; Seems unlikely to be specific to hydra.nixos.org...
|
||||
:tags (if (getenv "EMACS_HYDRA_CI") '(:unstable))
|
||||
(skip-unless (test-conf))
|
||||
(skip-unless (ignore-errors (epg-find-configuration 'CMS)))
|
||||
;; sub@example.org with multiple candidate keys,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue