From d43f9c51edce0a7101a6900ea1d9193887b72b9e Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Wed, 27 Sep 2023 01:15:50 +0200 Subject: [PATCH] Skip a test that fails with Rust 1.72 and newer --- rust-shared_child.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rust-shared_child.spec b/rust-shared_child.spec index 333eae2..afefa67 100644 --- a/rust-shared_child.spec +++ b/rust-shared_child.spec @@ -64,7 +64,9 @@ use the "default" feature of the "%{crate}" crate. %if %{with check} %check # * doctests try to run unversioned "python" -%cargo_test -- --lib +# * skip a test that fails with Rust 1.72 and newer: +# https://github.com/oconnor663/shared_child.rs/issues/23 +%cargo_test -- --lib -- --skip test_into_inner_after_wait %endif %changelog