]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix Tramp test
authorMichael Albinus <michael.albinus@gmx.de>
Fri, 3 Jun 2022 17:55:30 +0000 (19:55 +0200)
committerMichael Albinus <michael.albinus@gmx.de>
Fri, 3 Jun 2022 17:55:30 +0000 (19:55 +0200)
* test/lisp/net/tramp-tests.el (tramp-test31-signal-process):
Skip on MS Windows.

test/lisp/net/tramp-tests.el

index 569e9506d1efdf93988c0a7c4f6137b5eef89911..621b6ba1c2943b6e65f582c4af6b1a1b52e5ece5 100644 (file)
@@ -5135,6 +5135,7 @@ If UNSTABLE is non-nil, the test is tagged as `:unstable'."
   :tags '(:expensive-test :tramp-asynchronous-processes :unstable)
   (skip-unless (tramp--test-enabled))
   (skip-unless (tramp--test-sh-p))
+  (skip-unless (not (tramp--test-windows-nt-p)))
   (skip-unless (not (tramp--test-crypt-p)))
   ;; Since Emacs 27.1.
   (skip-unless (macrop 'with-connection-local-variables))