mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
Mark an mml-sec test as unstable
* test/lisp/gnus/mml-sec-tests.el (mml-secure-en-decrypt-sign-1-1-single): Mark the test as unstable (bug#42720). It sometimes fails on some systems (Fedora?) when run with "-j5", so there may be a race condition in the code somewhere.
This commit is contained in:
parent
4085a2c15e
commit
119c34cc0a
1 changed files with 1 additions and 0 deletions
|
|
@ -623,6 +623,7 @@ In this test, encrypt-to-self variables are set to lists."
|
|||
(ert-deftest mml-secure-en-decrypt-sign-1-1-single ()
|
||||
"Sign and encrypt message; then decrypt and test for expected result.
|
||||
In this test, just multiple encryption and signing keys may be available."
|
||||
:tags '(:unstable)
|
||||
(skip-unless (test-conf))
|
||||
(mml-secure-test-key-fixture
|
||||
(lambda ()
|
||||
|
|
|
|||
Loading…
Reference in a new issue