From 5a04e8261458d887c7b7d7c259053f236379cf78 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 18 Dec 2018 08:29:05 -0800 Subject: [PATCH] Expect tramp environment test to fail on hydra * test/lisp/net/tramp-tests.el (tramp-test32-environment-variables): Expect failure on hydra.nixos.org. --- test/lisp/net/tramp-tests.el | 1 + 1 file changed, 1 insertion(+) 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)) -- 2.39.5