summaryrefslogtreecommitdiff
path: root/test/lisp/net/tramp-tests.el
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2018-06-29 10:17:46 +0200
committerMichael Albinus <michael.albinus@gmx.de>2018-06-29 10:17:46 +0200
commit45390596e6d59e14c8f9c0596aeb4f4141d0c1e8 (patch)
treef232017bd1543efebd282b33c300989d76df5ddc /test/lisp/net/tramp-tests.el
parentb2c854a0e1364eab11151da7fa7558053bc834c4 (diff)
downloademacs-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.el2
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))