Disable failing cl-lib-symbol-macrolet-hide test for now

* test/lisp/emacs-lisp/cl-lib-tests.el
(cl-lib-symbol-macrolet-hide): Disable until code is fixed.
This commit is contained in:
Lars Ingebrigtsen 2022-09-06 00:06:34 +02:00
parent c641848bce
commit 361d3dbc4e

View file

@ -511,6 +511,9 @@
(ert-deftest cl-lib-symbol-macrolet-hide ()
:expected-result :failed
;; FIXME -- it's unclear what the semantics here should be, but
;; 2dd1c2ab19f7fb99ecee flipped them.
;; bug#26325, bug#26073
(should (equal (let ((y 5))
(cl-symbol-macrolet ((x y))