commit: 206f134336d886fd3ef752c1de4849d44994b538 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Sat Apr 13 06:37:29 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org> CommitDate: Sat Apr 13 06:38:35 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=206f1343
app-editors/emacs: Disable src/process-tests.el tests Closes: https://bugs.gentoo.org/920347 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org> app-editors/emacs/emacs-28.2-r11.ebuild | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/app-editors/emacs/emacs-28.2-r11.ebuild b/app-editors/emacs/emacs-28.2-r11.ebuild index da5148effd56..61afdfc41640 100644 --- a/app-editors/emacs/emacs-28.2-r11.ebuild +++ b/app-editors/emacs/emacs-28.2-r11.ebuild @@ -385,6 +385,10 @@ src_test() { # Reason: quoting issues (fixed in Emacs 29) %lib-src/emacsclient-tests.el + + # Reason: tries to access network + # internet-is-working + %src/process-tests.el ) use threads || exclude_tests+=( %src/emacs-module-tests.el
