diff options
| author | Marius Bakke <mbakke@fastmail.com> | 2017-04-15 00:09:24 +0200 |
|---|---|---|
| committer | Marius Bakke <mbakke@fastmail.com> | 2017-04-15 18:51:00 +0200 |
| commit | 8c326cf644b2fda3f33eb8816387ff1bd2acc640 (patch) | |
| tree | 08cde3e33d4fd5fc4d55387db14915ba0bbb12b9 /gnu/packages/storage.scm | |
| parent | f91c677c03479c26a9c9ee5f2f44d8dc77bec262 (diff) | |
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.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm index 7288a0f79..388eb1044 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 |