diff options
author | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-12 18:38:52 -0700 |
---|---|---|
committer | Paul Eggert <eggert@cs.ucla.edu> | 2020-08-12 18:39:06 -0700 |
commit | 97896e68f9a8749381d023c75db5df352455f76a (patch) | |
tree | ab3d9649d69b6f4fe938895d6e0737205eca88f5 /test/lisp | |
parent | 63b7697a677260c21730440d797763b442622d95 (diff) | |
download | emacs-97896e68f9a8749381d023c75db5df352455f76a.tar.gz |
mml-secure-en-decrypt-sign-2 is unstable
* test/lisp/gnus/mml-sec-tests.el (mml-secure-en-decrypt-sign-2):
Mark as unstable (Bug#42720).
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/gnus/mml-sec-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/gnus/mml-sec-tests.el b/test/lisp/gnus/mml-sec-tests.el index 272918688d8..07da4bffa5a 100644 --- a/test/lisp/gnus/mml-sec-tests.el +++ b/test/lisp/gnus/mml-sec-tests.el @@ -681,6 +681,7 @@ In this test, just multiple encryption and signing keys may be available." (ert-deftest mml-secure-en-decrypt-sign-2 () "Sign and encrypt message; then decrypt and test for expected result. In this test, lists of encryption and signing keys are customized." + :tags '(:unstable) (skip-unless (test-conf)) (mml-secure-test-key-fixture (lambda () |