From 6b4629f2b46100dbfb7079ee371472876b7085c1 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 14 Dec 2022 13:10:43 +0100 Subject: [PATCH] Ignore test failures caused by struct / enum size changes in Rust 1.64+ --- rust-tendril.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-tendril.spec b/rust-tendril.spec index c20a896..f1994c3 100644 --- a/rust-tendril.spec +++ b/rust-tendril.spec @@ -101,7 +101,9 @@ use the "encoding_rs" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * skip test for exact size of a struct / enum that fails with Rust 1.64+: +# https://github.com/servo/tendril/issues/66 +%cargo_test -- -- --skip assert_sizes %endif %changelog