]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 24 Apr 2020 09:25:50 +0000 (11:25 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 24 Apr 2020 09:25:50 +0000 (11:25 +0200)
(tramp-test32-shell-command-dont-erase-buffer): Tag it :unstable.

test/lisp/net/tramp-tests.el

index 4966825840711366ac6cd4c516fc925eba4ec6cb..d00c88a911e9e36a8ae0699f060099ea0c13486c 100644 (file)
@@ -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.