aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorGlenn Morris2022-01-25 09:38:50 -0800
committerGlenn Morris2022-01-25 09:38:50 -0800
commit84276bf775d42388ebc69683d093adef7fc0ed74 (patch)
tree25f69020c9967554c2bc411c5864fd0d3ae4354b /test
parentd25cb37694de446e6dd1095f489d5436ea9e20ae (diff)
downloademacs-84276bf775d42388ebc69683d093adef7fc0ed74.tar.gz
emacs-84276bf775d42388ebc69683d093adef7fc0ed74.zip
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.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/gnus/mml-sec-tests.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el
index 182d82b9618..f308a617645 100644
--- a/test/lisp/gnus/mml-sec-tests.el
+++ b/test/lisp/gnus/mml-sec-tests.el
@@ -605,6 +605,9 @@ In this test, the encryption key needs to fixed among multiple ones."
605(ert-deftest mml-secure-en-decrypt-3 () 605(ert-deftest mml-secure-en-decrypt-3 ()
606 "Encrypt message; then decrypt and test for expected result. 606 "Encrypt message; then decrypt and test for expected result.
607In this test, encrypt-to-self variables are set to t." 607In this test, encrypt-to-self variables are set to t."
608 ;; Random failures with "wrong-type-argument stringp nil".
609 ;; Seems unlikely to be specific to hydra.nixos.org...
610 :tags (if (getenv "EMACS_HYDRA_CI") '(:unstable))
608 (skip-unless (test-conf)) 611 (skip-unless (test-conf))
609 (skip-unless (ignore-errors (epg-find-configuration 'CMS))) 612 (skip-unless (ignore-errors (epg-find-configuration 'CMS)))
610 ;; sub@example.org with multiple candidate keys, 613 ;; sub@example.org with multiple candidate keys,