From d2dcd72ddc0b7b570ad6b181f792ff7748f11355 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Sat, 14 Dec 2019 15:30:37 +0100 Subject: [PATCH] Disable test which requires network Signed-off-by: Igor Gnatenko --- rust-tokio-openssl.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-tokio-openssl.spec b/rust-tokio-openssl.spec index 980e1c5..85c3382 100644 --- a/rust-tokio-openssl.spec +++ b/rust-tokio-openssl.spec @@ -67,7 +67,8 @@ which use "default" feature of "%{crate}" crate. %if %{with check} %check -%cargo_test +# Requires network +%cargo_test -- -- --skip google %endif %changelog