From: Glenn Morris Date: Tue, 18 Dec 2018 16:29:05 +0000 (-0800) Subject: Expect tramp environment test to fail on hydra X-Git-Tag: emacs-27.0.90~3964 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5a04e8261458d887c7b7d7c259053f236379cf78;p=emacs.git Expect tramp environment test to fail on hydra * test/lisp/net/tramp-tests.el (tramp-test32-environment-variables): Expect failure on hydra.nixos.org. --- diff --git a/test/lisp/net/tramp-tests.el b/test/lisp/net/tramp-tests.el index 57b67a0bfe4..f3ad8edf839 100644 --- a/test/lisp/net/tramp-tests.el +++ b/test/lisp/net/tramp-tests.el @@ -3989,6 +3989,7 @@ 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))