summaryrefslogtreecommitdiff
path: root/gnu/packages/storage.scm
diff options
context:
space:
mode:
authorMarius Bakke <mbakke@fastmail.com>2017-04-15 00:09:24 +0200
committerMarius Bakke <mbakke@fastmail.com>2017-04-15 18:51:00 +0200
commit8c326cf644b2fda3f33eb8816387ff1bd2acc640 (patch)
tree08cde3e33d4fd5fc4d55387db14915ba0bbb12b9 /gnu/packages/storage.scm
parentf91c677c03479c26a9c9ee5f2f44d8dc77bec262 (diff)
downloadguix-patches-8c326cf644b2fda3f33eb8816387ff1bd2acc640.tar
guix-patches-8c326cf644b2fda3f33eb8816387ff1bd2acc640.tar.gz
gnu: ceph: Disable failing test.
* gnu/packages/patches/ceph-disable-unittest-throttle.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/storage.scm (ceph)[source]: Use it.
Diffstat (limited to 'gnu/packages/storage.scm')
-rw-r--r--gnu/packages/storage.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm
index 7288a0f790..388eb10444 100644
--- a/gnu/packages/storage.scm
+++ b/gnu/packages/storage.scm
@@ -59,6 +59,7 @@
(patches
(search-patches "ceph-skip-unittest_blockdev.patch"
"ceph-skip-collect-sys-info-test.patch"
+ "ceph-disable-unittest-throttle.patch"
"ceph-disable-cpu-optimizations.patch"))
(modules '((guix build utils)))
(snippet