]> git.eshelyaron.com Git - emacs.git/commitdiff
* test/lisp/net/tramp-tests.el (tramp-test32-environment-variables):
authorMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Dec 2018 13:20:36 +0000 (14:20 +0100)
committerMichael Albinus <michael.albinus@gmx.de>
Thu, 20 Dec 2018 13:20:36 +0000 (14:20 +0100)
Remove expected failure.

test/lisp/net/tramp-tests.el

index a485b8d8a707f8359ddf737e7b80c44bc8cb4c1d..4a74e8b78dfba17bb664af5cd49cf43e0ac6bc4e 100644 (file)
@@ -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))