summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Ingebrigtsen <larsi@gnus.org>2020-08-18 20:10:44 +0200
committerLars Ingebrigtsen <larsi@gnus.org>2020-08-18 20:10:44 +0200
commit8d0f8a8a3670979115ac4b1de5c448b1f62f68e0 (patch)
treeb79978b79c795d69dc0c0bfcd08802e51767277e
parent206ce48fb0f635dcc67ef00586af8cf595fcb17c (diff)
downloademacs-8d0f8a8a3670979115ac4b1de5c448b1f62f68e0.tar.gz
srecode-utest-project test should now work on Hydra, hopefully
-rw-r--r--test/lisp/cedet/srecode-utest-template.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/lisp/cedet/srecode-utest-template.el b/test/lisp/cedet/srecode-utest-template.el
index 41e67fd1e3b..7c5bbc599a3 100644
--- a/test/lisp/cedet/srecode-utest-template.el
+++ b/test/lisp/cedet/srecode-utest-template.el
@@ -323,7 +323,6 @@ INSIDE SECTION: ARG HANDLER ONE")
(ert-deftest srecode-utest-project ()
"Test that project filtering works."
- :expected-result (if (getenv "EMACS_HYDRA_CI") :failed :passed) ; fixme
(save-excursion
(let ((testbuff (find-file-noselect srecode-utest-testfile))
(temp nil))