Revert "Mark two tests as expensive"

This reverts commit 1d952078c0.
This commit is contained in:
Stefan Kangas 2023-09-16 19:08:46 +02:00
parent 2a8ad64ddd
commit 7ff836b366
2 changed files with 0 additions and 2 deletions

View file

@ -825,7 +825,6 @@ automatic testing."
Calling todo-show should display the last current todo file, not
necessarily the new file. After deleting the new file, todo-show
should display the previously current (or default) todo file."
:tags '(:expensive-test)
(with-todo-test
(todo-show)
(should (equal todo-current-todo-file todo-test-file-1))

View file

@ -957,7 +957,6 @@ See Bug#21722."
(ert-deftest simple-tests-shell-command-39067 ()
"The output buffer is erased or not according to `shell-command-dont-erase-buffer'."
:tags '(:expensive-test)
(let ((str "foo\\n"))
(dolist (output-current '(t nil))
(with-shell-command-dont-erase-buffer str output-current