emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 1d952078c0c: Mark two tests as expensive


From: Stefan Kangas
Subject: master 1d952078c0c: Mark two tests as expensive
Date: Fri, 15 Sep 2023 05:28:43 -0400 (EDT)

branch: master
commit 1d952078c0c45fc095795294351a4a2ee7e6c253
Author: Stefan Kangas <stefankangas@gmail.com>
Commit: Stefan Kangas <stefankangas@gmail.com>

    Mark two tests as expensive
    
    * test/lisp/calendar/todo-mode-tests.el
    (todo-test-add-and-delete-file):
    * test/lisp/simple-tests.el (simple-tests-shell-command-39067):
    Mark tests taking more than 10 seconds to run on a MacBook Pro from
    2015 as expensive.
---
 test/lisp/calendar/todo-mode-tests.el | 1 +
 test/lisp/simple-tests.el             | 1 +
 2 files changed, 2 insertions(+)

diff --git a/test/lisp/calendar/todo-mode-tests.el 
b/test/lisp/calendar/todo-mode-tests.el
index 3b49dd56b69..b72c139b70a 100644
--- a/test/lisp/calendar/todo-mode-tests.el
+++ b/test/lisp/calendar/todo-mode-tests.el
@@ -825,6 +825,7 @@ 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 b632c908443..2e7ba70b11c 100644
--- a/test/lisp/simple-tests.el
+++ b/test/lisp/simple-tests.el
@@ -957,6 +957,7 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]