[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/01: gnu: ceph: Disable tests.
From: |
Rutger Helling |
Subject: |
01/01: gnu: ceph: Disable tests. |
Date: |
Thu, 28 Dec 2017 02:25:37 -0500 (EST) |
rhelling pushed a commit to branch master
in repository guix.
commit 5bf306f93ebcc9831a1e1facd5f1ce7c57514f89
Author: Rutger Helling <address@hidden>
Date: Thu Dec 28 08:20:17 2017 +0100
gnu: ceph: Disable tests.
* gnu/packages/storage.scm (ceph): Disable tests due to
<https://bugs.gnu.org/29674>.
---
gnu/packages/storage.scm | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index 440130f..1dca920 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -1,5 +1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Marius Bakke <address@hidden>
+;;; Copyright © 2017 Rutger Helling <address@hidden>
;;;
;;; This file is part of GNU Guix.
;;;
@@ -109,6 +110,10 @@
"-DWITH_XIO=OFF"
;; Use jemalloc instead of tcmalloc.
"-DALLOCATOR=jemalloc"))
+ ;; FIXME: Some of the tests leak Btrfs subvolumes on Btrfs. See
+ ;; <https://bugs.gnu.org/29674> for details. Disable tests until
+ ;; resolved.
+ #:tests? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'patch-source