From a0e85467b839d3e60ad424fce788cc553bd12f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert-Andr=C3=A9=20Mauchin?= Date: Fri, 13 Dec 2019 23:26:14 +0100 Subject: [PATCH] Disable test because of circular dependercy on futures MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Robert-André Mauchin --- rust-futures-channel.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-futures-channel.spec b/rust-futures-channel.spec index 0332771..129b557 100644 --- a/rust-futures-channel.spec +++ b/rust-futures-channel.spec @@ -1,5 +1,6 @@ # Generated by rust2rpm 11 -%bcond_without check +# Cyclic dependency on futures +%bcond_with check %global debug_package %{nil} %global crate futures-channel