apteryx pushed a commit to branch master
in repository guix.
commit 7d4845e7544667de6276d05c262870424c0a7159
Author: Maxim Cournoyer <[email protected]>
AuthorDate: Thu Mar 30 22:56:01 2023 -0400
Revert "gnu: subversion: Tentatively reinstate parallel tests."
This reverts commit 54ee868cbed729c3789c6121193a823d68557daa.
---
gnu/packages/version-control.scm | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index 844532c15f..302f7c90ad 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -2020,6 +2020,10 @@ following features:
(build-system gnu-build-system)
(arguments
(list
+ ;; Running the tests in parallel causes test failures on i686-linux.
+ ;; The issue was reported to [email protected], as suggested
+ ;; at https://subversion.apache.org/reporting-issues.
+ #:parallel-tests? #f
#:configure-flags #~(list "--enable-static=no")
#:phases
#~(modify-phases %standard-phases