emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master fc8c976 2/2: Temporarily mark two failing tests as unstable


From: Stefan Kangas
Subject: master fc8c976 2/2: Temporarily mark two failing tests as unstable
Date: Wed, 17 Nov 2021 02:03:09 -0500 (EST)

branch: master
commit fc8c976298e22b50d4c0fb6b06b61271306aa8b2
Author: Stefan Kangas <stefan@marxist.se>
Commit: Stefan Kangas <stefan@marxist.se>

    Temporarily mark two failing tests as unstable
    
    * test/lisp/mh-e/mh-utils-tests.el
    (mh-folder-completion-function-08-plus-slash)
    (mh-folder-completion-function-09-plus-slash-tmp): Temporarily
    mark two failing tests as unstable.
---
 test/lisp/mh-e/mh-utils-tests.el | 12 +++++++-----
 1 file changed, 7 insertions(+), 5 deletions(-)

diff --git a/test/lisp/mh-e/mh-utils-tests.el b/test/lisp/mh-e/mh-utils-tests.el
index 0df4d44..3a03d81 100644
--- a/test/lisp/mh-e/mh-utils-tests.el
+++ b/test/lisp/mh-e/mh-utils-tests.el
@@ -437,15 +437,17 @@ and the `should' macro requires idempotent evaluation 
anyway."
 
 (ert-deftest mh-folder-completion-function-08-plus-slash ()
   "Test `mh-folder-completion-function' with `+/'."
+  :tags '(:unstable)
   (mh-test-folder-completion-1 "+/" "+/" "tmp/" t)
-    ;; case "bb"
-    (with-mh-test-env
-      (should (equal nil
-                     (member (format "+%s/" mh-test-rel-folder)
-                             (mh-folder-completion-function "+/" nil t))))))
+  ;; case "bb"
+  (with-mh-test-env
+    (should (equal nil
+                   (member (format "+%s/" mh-test-rel-folder)
+                           (mh-folder-completion-function "+/" nil t))))))
 
 (ert-deftest mh-folder-completion-function-09-plus-slash-tmp ()
   "Test `mh-folder-completion-function' with `+/tmp'."
+  :tags '(:unstable)
   (mh-test-folder-completion-1 "+/tmp" "+/tmp/" "tmp/" t))
 
 (ert-deftest mh-folder-completion-function-10-plus-slash-abs-folder ()



reply via email to

[Prev in Thread] Current Thread [Next in Thread]