diff options
| author | Michael Albinus | 2020-04-24 11:25:50 +0200 |
|---|---|---|
| committer | Michael Albinus | 2020-04-24 11:25:50 +0200 |
| commit | bef617d82fa2930e4c42277ba0dd67a8a6d87b1e (patch) | |
| tree | 840559eb248815a73eab7a533363ed4564d5c225 /test | |
| parent | 5ab80286f6f765ba41004030ea8cc19be7c1c098 (diff) | |
| download | emacs-bef617d82fa2930e4c42277ba0dd67a8a6d87b1e.tar.gz emacs-bef617d82fa2930e4c42277ba0dd67a8a6d87b1e.zip | |
* test/lisp/net/tramp-tests.el
(tramp-test32-shell-command-dont-erase-buffer): Tag it :unstable.
Diffstat (limited to 'test')
| -rw-r--r-- | test/lisp/net/tramp-tests.el | 3 |
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. |