]> git.eshelyaron.com Git - emacs.git/commitdiff
; Mark cl-flet indentation test as failing (bug#9622)
authorMattias Engdegård <mattiase@acm.org>
Thu, 30 Sep 2021 15:22:29 +0000 (17:22 +0200)
committerMattias Engdegård <mattiase@acm.org>
Thu, 30 Sep 2021 15:23:20 +0000 (17:23 +0200)
test/lisp/progmodes/elisp-mode-tests.el

index a2bd1b8b275f0cbdeac3588d7ddd1b3d2d7398b5..bc94aaac1f9f8854e3370d2bd77562ec051747d7 100644 (file)
@@ -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)