From: Michael Albinus Date: Thu, 20 Dec 2018 13:20:36 +0000 (+0100) Subject: * test/lisp/net/tramp-tests.el (tramp-test32-environment-variables): X-Git-Tag: emacs-27.0.90~3950 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a3c5f415b15531751dbbe4686950dbc15927866;p=emacs.git * test/lisp/net/tramp-tests.el (tramp-test32-environment-variables): Remove expected failure. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index a485b8d8a70..4a74e8b78df 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -3989,7 +3989,6 @@ This tests also `make-symbolic-link', `file-truename' and `add-name-to-file'." (ert-deftest tramp-test32-environment-variables () "Check that remote processes set / unset environment variables properly." :tags '(:expensive-test) - :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) ; bug#33781 (skip-unless (tramp--test-enabled)) (skip-unless (tramp--test-sh-p))