From 1223a587a8f9c6eceea1cdd7eadc52e718e3b61b Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Thu, 18 May 2023 18:36:01 +0200 Subject: [PATCH] Skip test for the exact size of an enum that fails on various arches --- rust-xml-rs.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-xml-rs.spec b/rust-xml-rs.spec index ec84548..48b502c 100644 --- a/rust-xml-rs.spec +++ b/rust-xml-rs.spec @@ -64,7 +64,8 @@ use the "default" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * skip test for the exact size of an enum that fails on various architectures +%cargo_test -- -- --skip reader::error::err_size %endif %changelog