projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5486a46
)
Expect tramp environment test to fail on hydra
author
Glenn Morris
<rgm@gnu.org>
Tue, 18 Dec 2018 16:29:05 +0000
(08:29 -0800)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 18 Dec 2018 16:29:05 +0000
(08:29 -0800)
* test/lisp/net/tramp-tests.el (tramp-test32-environment-variables):
Expect failure on hydra.nixos.org.
test/lisp/net/tramp-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/tramp-tests.el
b/test/lisp/net/tramp-tests.el
index 57b67a0bfe4be4cd366612a8dc637c19c12a8a13..f3ad8edf8395cc47b04106d195503fdbd235795a 100644
(file)
--- 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))