aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/lisp/net/tramp-tests.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el
index 49668258407..d00c88a911e 100644
--- a/test/lisp/net/tramp-tests.el
+++ b/test/lisp/net/tramp-tests.el
@@ -4642,7 +4642,8 @@ INPUT, if non-nil, is a string sent to the process."
4642;; This test is inspired by Bug#39067. 4642;; This test is inspired by Bug#39067.
4643(ert-deftest tramp-test32-shell-command-dont-erase-buffer () 4643(ert-deftest tramp-test32-shell-command-dont-erase-buffer ()
4644 "Check `shell-command-dont-erase-buffer'." 4644 "Check `shell-command-dont-erase-buffer'."
4645 :tags '(:expensive-test) 4645 ;; The test fails due to recent changes in Emacs. So we mark it as unstable.
4646 :tags '(:expensive-test :unstable)
4646 (skip-unless (tramp--test-enabled)) 4647 (skip-unless (tramp--test-enabled))
4647 (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p))) 4648 (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p)))
4648 ;; Prior Emacs 27, `shell-command-dont-erase-buffer' wasn't working properly. 4649 ;; Prior Emacs 27, `shell-command-dont-erase-buffer' wasn't working properly.