]> git.eshelyaron.com Git - emacs.git/commitdiff
Mark two cconv tests as :unstable
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 6 Aug 2020 07:09:57 +0000 (09:09 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 6 Aug 2020 07:09:57 +0000 (09:09 +0200)
* test/lisp/emacs-lisp/cconv-tests.el
(cconv-tests-cl-iter-defun-:documentation): Mark as unstable
(bug#42723).
(cconv-tests-iter-defun-:documentation): Ditto.

test/lisp/emacs-lisp/cconv-tests.el

index 148bcd69be15e4f37793ad845e2d672fdd232e99..0ea9742be494bdb4e18adf9025c00ee870ad0f20 100644 (file)
@@ -82,6 +82,7 @@
 (ert-deftest cconv-tests-cl-iter-defun-:documentation ()
   "Docstring for cl-iter-defun can be specified with :documentation."
   ;; FIXME: See Bug#28557.
+  :tags '(:unstable)
   :expected-result :failed
   (should (string= (documentation 'cconv-tests-cl-iter-defun)
                    "cl-iter-defun documentation"))
@@ -94,6 +95,7 @@
 (ert-deftest cconv-tests-iter-defun-:documentation ()
   "Docstring for iter-defun can be specified with :documentation."
   ;; FIXME: See Bug#28557.
+  :tags '(:unstable)
   :expected-result :failed
   (should (string= (documentation 'cconv-tests-iter-defun)
                    "iter-defun documentation"))