From e7a90f28cb2a9c662fa7213b4fefb1196acbbefd Mon Sep 17 00:00:00 2001
From: Marius Bakke <mbakke@fastmail.com>
Date: Thu, 19 Mar 2020 07:58:08 +0100
Subject: gnu: git: Enable parallel tests.

* gnu/packages/version-control.scm (git)[arguments]: Remove #:parallel-testS?.
---
 gnu/packages/version-control.scm | 3 ---
 1 file changed, 3 deletions(-)

(limited to 'gnu/packages')

diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm
index e7260c0116..d25df4c63d 100644
--- a/gnu/packages/version-control.scm
+++ b/gnu/packages/version-control.scm
@@ -235,9 +235,6 @@ (define-public git
 
       #:test-target "test"
 
-      ;; Tests fail randomly when parallel: <https://bugs.gnu.org/29512>.
-      #:parallel-tests? #f
-
       ;; The explicit --with-tcltk forces the build system to hardcode the
       ;; absolute file name to 'wish'.
       #:configure-flags (list (string-append "--with-tcltk="
-- 
cgit v1.2.3