From 238d68ec0fc8f64deff653ba7fd195c0e5ba2895 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 27 Sep 2023 01:01:09 +0200 Subject: [PATCH] Skip tests that fail with serde 1.0.181 and newer --- rust-ron0.7.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-ron0.7.spec b/rust-ron0.7.spec index 71ee0cc..8010722 100644 --- a/rust-ron0.7.spec +++ b/rust-ron0.7.spec @@ -81,7 +81,9 @@ rm tests/152_bitflags.rs %if %{with check} %check -%cargo_test +# * skip tests that fail with serde 1.0.181 and newer: +# https://github.com/ron-rs/ron/pull/471 +%cargo_test -- -- --skip test_adjacently %endif %changelog