projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dea7c2e
)
Mark echo-server-with-dns test as :unstable for now
author
Rob Browning
<rlb@defaultvalue.org>
Mon, 17 Dec 2018 21:27:30 +0000
(15:27 -0600)
committer
Rob Browning
<rlb@defaultvalue.org>
Tue, 10 Sep 2019 00:41:18 +0000
(19:41 -0500)
It fails inside a Debian sbuild chroot.
test/lisp/net/network-stream-tests.el
patch
|
blob
|
history
diff --git
a/test/lisp/net/network-stream-tests.el
b/test/lisp/net/network-stream-tests.el
index 29b92da3de085833af1058b78f61498614f2faf5..478b1bb823fc4f8e11890b55e09bc6d2122962f0 100644
(file)
--- a/
test/lisp/net/network-stream-tests.el
+++ b/
test/lisp/net/network-stream-tests.el
@@
-100,6
+100,7
@@
))))
(ert-deftest echo-server-with-dns ()
+ :tags '(:unstable) ;; This doesn't work in an sbuild chroot (at least)
(let* ((server (make-server (system-name)))
(port (aref (process-contact server :local) 4))
(proc (make-network-process :name "foo"