~ruther/guix-local

5bf306f93ebcc9831a1e1facd5f1ce7c57514f89 — Rutger Helling 8 years ago 42b9541
gnu: ceph: Disable tests.

* gnu/packages/storage.scm (ceph): Disable tests due to
<https://bugs.gnu.org/29674>.
1 files changed, 5 insertions(+), 0 deletions(-)

M gnu/packages/storage.scm
M gnu/packages/storage.scm => gnu/packages/storage.scm +5 -0
@@ 1,5 1,6 @@
;;; GNU Guix --- Functional package management for GNU
;;; Copyright © 2017 Marius Bakke <mbakke@fastmail.com>
;;; Copyright © 2017 Rutger Helling <rhelling@mykolab.com>
;;;
;;; 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