Skip to content

Commit

Permalink
Mark test-map-into as unstable
Browse files Browse the repository at this point in the history
* test/lisp/emacs-lisp/map-tests.el (test-map-into): Mark as
unstable (bug#46722).

Do not merge to master.
  • Loading branch information
larsmagne committed Jan 14, 2022
1 parent 34ca4ff commit 281b878
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/lisp/emacs-lisp/map-tests.el
Expand Up @@ -422,6 +422,9 @@ Evaluate BODY for each created map."
(should (map-every-p (lambda (k _v) (zerop k)) map))))

(ert-deftest test-map-into ()
;; This test is unstable in Emacs 28, but the problem has been fixed
;; in Emacs 29 (bug#46722).
:tags '(:unstable)
(let* ((plist '(a 1 b 2))
(alist '((a . 1) (b . 2)))
(ht (map-into alist 'hash-table))
Expand Down

0 comments on commit 281b878

Please sign in to comment.