diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2023-02-19 17:56:01 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2023-02-19 17:56:27 +0100 |
| commit | 3c9701938d49aacd05e2cbb38fe4c05eb1261170 (patch) | |
| tree | d6d270add6521e34659b7d6ce3bf5be58549b5b9 | |
| parent | 91d6ef2dcb34017d1901375b6f7c701929b25f53 (diff) | |
| download | emacs-3c9701938d49aacd05e2cbb38fe4c05eb1261170.tar.gz | |
; Disable failing test
* test/lisp/emacs-lisp/copyright-tests.el (test-correct-notice):
Disable test. Do not merge.
| -rw-r--r-- | test/lisp/emacs-lisp/copyright-tests.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/lisp/emacs-lisp/copyright-tests.el b/test/lisp/emacs-lisp/copyright-tests.el index 2ff7445..98ce232 100644 --- a/test/lisp/emacs-lisp/copyright-tests.el +++ b/test/lisp/emacs-lisp/copyright-tests.el @@ -62,6 +62,7 @@ "Copyright 2006, 2007, 2008, 2022 Foo Bar\n\n"))) (ert-deftest test-correct-notice () + :tags '(:unstable) (should (equal (with-temp-buffer (dotimes (_ 2) |
