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/local.mk | |
parent | f91c677c03479c26a9c9ee5f2f44d8dc77bec262 (diff) | |
download | guix-8c326cf644b2fda3f33eb8816387ff1bd2acc640.tar.gz guix-8c326cf644b2fda3f33eb8816387ff1bd2acc640.zip |
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/local.mk')
-rw-r--r-- | gnu/local.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/local.mk b/gnu/local.mk index c78eeb5e8d..cf9f5c7197 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -512,6 +512,7 @@ dist_patch_DATA = \ %D%/packages/patches/calibre-no-updates-dialog.patch \ %D%/packages/patches/cdparanoia-fpic.patch \ %D%/packages/patches/ceph-disable-cpu-optimizations.patch \ + %D%/packages/patches/ceph-disable-unittest-throttle.patch \ %D%/packages/patches/ceph-skip-collect-sys-info-test.patch \ %D%/packages/patches/ceph-skip-unittest_blockdev.patch \ %D%/packages/patches/chicken-CVE-2017-6949.patch \ |