rhelling pushed a commit to branch master
in repository guix.
commit 5bf306f93ebcc9831a1e1facd5f1ce7c57514f89
Author: Rutger Helling <[email protected]>
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 <[email protected]>
+;;; Copyright © 2017 Rutger Helling <[email protected]>
;;;
;;; 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