From 4f24dee67573832e55b8fced8a5ed71f7a5da774 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mattias=20Engdeg=C3=A5rd?= Date: Thu, 30 Sep 2021 17:22:29 +0200 Subject: [PATCH] ; Mark cl-flet indentation test as failing (bug#9622) --- test/lisp/progmodes/elisp-mode-tests.el | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lisp/progmodes/elisp-mode-tests.el b/test/lisp/progmodes/elisp-mode-tests.el index a2bd1b8b275..bc94aaac1f9 100644 --- a/test/lisp/progmodes/elisp-mode-tests.el +++ b/test/lisp/progmodes/elisp-mode-tests.el @@ -1096,6 +1096,7 @@ evaluation of BODY." (should (unintern "f-test4---")))) (ert-deftest test-cl-flet-indentation () + :expected-result :failed ; FIXME: bug#9622 (should (equal (with-temp-buffer (emacs-lisp-mode) -- 2.39.5