diff options
author | Michael Albinus <michael.albinus@gmx.de> | 2018-12-20 14:20:36 +0100 |
---|---|---|
committer | Michael Albinus <michael.albinus@gmx.de> | 2018-12-20 14:20:36 +0100 |
commit | 6a3c5f415b15531751dbbe4686950dbc15927866 (patch) | |
tree | 836e4b83d58c0130bea07b0f7014ad87ffbe5537 /test/lisp | |
parent | 88d3713beb8310eb1ab45dde8aa767f14489affe (diff) | |
download | emacs-6a3c5f415b15531751dbbe4686950dbc15927866.tar.gz |
* test/lisp/net/tramp-tests.el (tramp-test32-environment-variables):
Remove expected failure.
Diffstat (limited to 'test/lisp')
-rw-r--r-- | test/lisp/net/tramp-tests.el | 1 |
1 files changed, 0 insertions, 1 deletions
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)) |