From cd8c85c4fd01bd62fc4fb064b58f67c7086618ee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mattias=20Engdeg=C3=A5rd?= Date: Fri, 23 Jan 2026 14:34:28 +0100 Subject: [PATCH] * test/Makefile.in (SLOW_TESTS): add package-vc-tests (bug#80235) --- test/Makefile.in | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/test/Makefile.in b/test/Makefile.in index e3a589fe24e..0d26303a637 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -200,7 +200,8 @@ EXCLUDE_TESTS = ## To speed up parallel builds, put these slow test files (which can ## take longer than all the rest combined) at the start of the list. -SLOW_TESTS = ${srcdir}/lisp/net/tramp-tests.el +SLOW_TESTS = ${srcdir}/lisp/emacs-lisp/package-vc-tests.el \ + ${srcdir}/lisp/net/tramp-tests.el ELFILES := $(sort $(shell find ${srcdir} -name manual -prune -o \ -name data -prune -o -name infra -prune -o \