diff options
| author | Stefan Kangas | 2023-09-16 19:08:46 +0200 |
|---|---|---|
| committer | Stefan Kangas | 2023-09-16 19:09:04 +0200 |
| commit | 7ff836b366d454e56401dc0d01430e694f1666ee (patch) | |
| tree | dbbb395c3eaadf403085ec3d77822817da6530e0 | |
| parent | 2a8ad64ddd9b0d0511a91adcbb73a0e7e7930f19 (diff) | |
| download | emacs-7ff836b366d454e56401dc0d01430e694f1666ee.tar.gz emacs-7ff836b366d454e56401dc0d01430e694f1666ee.zip | |
Revert "Mark two tests as expensive"
This reverts commit 1d952078c0c45fc095795294351a4a2ee7e6c253.
| -rw-r--r-- | test/lisp/calendar/todo-mode-tests.el | 1 | ||||
| -rw-r--r-- | test/lisp/simple-tests.el | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/test/lisp/calendar/todo-mode-tests.el b/test/lisp/calendar/todo-mode-tests.el index b72c139b70a..3b49dd56b69 100644 --- a/test/lisp/calendar/todo-mode-tests.el +++ b/test/lisp/calendar/todo-mode-tests.el | |||
| @@ -825,7 +825,6 @@ automatic testing." | |||
| 825 | Calling todo-show should display the last current todo file, not | 825 | Calling todo-show should display the last current todo file, not |
| 826 | necessarily the new file. After deleting the new file, todo-show | 826 | necessarily the new file. After deleting the new file, todo-show |
| 827 | should display the previously current (or default) todo file." | 827 | should display the previously current (or default) todo file." |
| 828 | :tags '(:expensive-test) | ||
| 829 | (with-todo-test | 828 | (with-todo-test |
| 830 | (todo-show) | 829 | (todo-show) |
| 831 | (should (equal todo-current-todo-file todo-test-file-1)) | 830 | (should (equal todo-current-todo-file todo-test-file-1)) |
diff --git a/test/lisp/simple-tests.el b/test/lisp/simple-tests.el index 2e7ba70b11c..b632c908443 100644 --- a/test/lisp/simple-tests.el +++ b/test/lisp/simple-tests.el | |||
| @@ -957,7 +957,6 @@ See Bug#21722." | |||
| 957 | 957 | ||
| 958 | (ert-deftest simple-tests-shell-command-39067 () | 958 | (ert-deftest simple-tests-shell-command-39067 () |
| 959 | "The output buffer is erased or not according to `shell-command-dont-erase-buffer'." | 959 | "The output buffer is erased or not according to `shell-command-dont-erase-buffer'." |
| 960 | :tags '(:expensive-test) | ||
| 961 | (let ((str "foo\\n")) | 960 | (let ((str "foo\\n")) |
| 962 | (dolist (output-current '(t nil)) | 961 | (dolist (output-current '(t nil)) |
| 963 | (with-shell-command-dont-erase-buffer str output-current | 962 | (with-shell-command-dont-erase-buffer str output-current |