Skip to content

Commit 3b60e8d

Browse files
committed
Disable test for Emacs25.
1 parent c294e6b commit 3b60e8d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/haskell-indent-tests.el

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
(ert-deftest haskell-indent-in-comment-1 ()
77
"Document bad behavior. Should not assert."
88
:expected-result :failed
9+
;; Emacs 25 (snapshot) starts debugger on cl-assert
10+
;; even in batch mode. So we do not run this test.
11+
(skip-unless (< emacs-major-version 25))
912
(should (with-temp-buffer
1013
(haskell-mode)
1114
(haskell-indent-mode)

0 commit comments

Comments
 (0)