diff options
-rw-r--r-- | test/lisp/net/tramp-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index ee9c09df9d8..d97785ee481 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -7848,7 +7848,7 @@ process sentinels. They shall not disturb each other." (ert-deftest tramp-test47-read-password () "Check Tramp password handling." - :tags '(:expensive-test) + :tags '(:expensive-test :unstable) (skip-unless (tramp--test-enabled)) (skip-unless (tramp--test-mock-p)) ;; Not all read commands understand argument "-s" or "-p". |