diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-06-29 10:17:46 +0200 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-06-29 10:17:46 +0200 |
commit | 45390596e6d59e14c8f9c0596aeb4f4141d0c1e8 (patch) | |
tree | f232017bd1543efebd282b33c300989d76df5ddc /test/lisp/net/tramp-tests.el | |
parent | b2c854a0e1364eab11151da7fa7558053bc834c4 (diff) | |
download | emacs-45390596e6d59e14c8f9c0596aeb4f4141d0c1e8.tar.gz emacs-45390596e6d59e14c8f9c0596aeb4f4141d0c1e8.tar.bz2 emacs-45390596e6d59e14c8f9c0596aeb4f4141d0c1e8.zip |
Sync with Tramp 2.4.0
* doc/misc/trampver.texi:
* lisp/net/trampver.el: Change version to "2.4.0".
* lisp/net/tramp-gvfs.el (tramp-gvfs-handler-mounted-unmounted):
Ignore unknown GVFS methods.
* test/lisp/net/tramp-tests.el (tramp-test42-asynchronous-requests):
Tag as :unstable.
Diffstat (limited to 'test/lisp/net/tramp-tests.el')
-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 f2d9b0ab47e..504b0aae785 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -4883,7 +4883,7 @@ Use the `ls' command." "Check parallel asynchronous requests. Such requests could arrive from timers, process filters and process sentinels. They shall not disturb each other." - :tags '(:expensive-test) + :tags '(:expensive-test :unstable) (skip-unless (tramp--test-enabled)) (skip-unless (tramp--test-sh-p)) |