From 5fb2c7ae074757a2255d4147876f8de9eb68e38b Mon Sep 17 00:00:00 2001 From: blinxen Date: Tue, 26 Sep 2023 22:06:56 +0200 Subject: [PATCH] Deactivate tests that fail on i686 --- rust-gix-index.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-gix-index.spec b/rust-gix-index.spec index a6fd8ed..d87a456 100644 --- a/rust-gix-index.spec +++ b/rust-gix-index.spec @@ -89,7 +89,7 @@ use the "serde" feature of the "%{crate}" crate. %if %{with check} %check # Skip test that requires a not published file (tests/ directory is not published with the crate) -%cargo_test -- -- --skip entry_by_path_with_conflicting_file +%cargo_test -- -- --skip entry_by_path_with_conflicting_file --skip size_of_entry --skip size_of_tree %endif %changelog