From: Rob Browning Date: Mon, 17 Dec 2018 21:27:30 +0000 (-0600) Subject: Mark echo-server-with-dns test as :unstable for now X-Git-Tag: archive/raspbian/1%26.1+1-3+rpi1^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=88e20761b72f84f810dd048e0ca6d080725b3fef;p=emacs.git Mark echo-server-with-dns test as :unstable for now It fails inside a Debian sbuild chroot. Gbp-Pq: Name 0013-Mark-echo-server-with-dns-test-as-unstable-for-now.patch --- diff --git a/test/lisp/net/network-stream-tests.el b/test/lisp/net/network-stream-tests.el index ddb8f9ea6f5..42515025df8 100644 --- 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"