Revert "gnu: subversion: Tentatively reinstate parallel tests."

This reverts commit 54ee868cbe.
This commit is contained in:
Maxim Cournoyer 2023-03-30 22:56:01 -04:00
parent 841fdbf8fe
commit 7d4845e754
No known key found for this signature in database
GPG key ID: 1260E46482E63562

View file

@ -2020,6 +2020,10 @@ (define-public subversion
(build-system gnu-build-system)
(arguments
(list
;; Running the tests in parallel causes test failures on i686-linux.
;; The issue was reported to users@subversion.apache.org, as suggested
;; at https://subversion.apache.org/reporting-issues.
#:parallel-tests? #f
#:configure-flags #~(list "--enable-static=no")
#:phases
#~(modify-phases %standard-phases