From bef617d82fa2930e4c42277ba0dd67a8a6d87b1e Mon Sep 17 00:00:00 2001 From: Michael Albinus Date: Fri, 24 Apr 2020 11:25:50 +0200 Subject: [PATCH] * test/lisp/net/tramp-tests.el (tramp-test32-shell-command-dont-erase-buffer): Tag it :unstable. --- test/lisp/net/tramp-tests.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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." ;; This test is inspired by Bug#39067. (ert-deftest tramp-test32-shell-command-dont-erase-buffer () "Check `shell-command-dont-erase-buffer'." - :tags '(:expensive-test) + ;; The test fails due to recent changes in Emacs. So we mark it as unstable. + :tags '(:expensive-test :unstable) (skip-unless (tramp--test-enabled)) (skip-unless (or (tramp--test-adb-p) (tramp--test-sh-p))) ;; Prior Emacs 27, `shell-command-dont-erase-buffer' wasn't working properly. -- 2.39.2