From 7ff836b366d454e56401dc0d01430e694f1666ee Mon Sep 17 00:00:00 2001 From: Stefan Kangas Date: Sat, 16 Sep 2023 19:08:46 +0200 Subject: [PATCH] Revert "Mark two tests as expensive" This reverts commit 1d952078c0c45fc095795294351a4a2ee7e6c253. --- test/lisp/calendar/todo-mode-tests.el | 1 - test/lisp/simple-tests.el | 1 - 2 files changed, 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." 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)) 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." (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 -- 2.39.5