Fix Tramp test
* test/lisp/net/tramp-tests.el (tramp-test31-signal-process): Skip on MS Windows.
This commit is contained in:
parent
9ea5628b18
commit
6f69284ada
1 changed files with 1 additions and 0 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue