From 7a01ce6773b8d12f53d4f4221c3d4217beb8e345 Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Sun, 26 Nov 2023 15:04:12 +0100 Subject: [PATCH] Skip two tests that are unreliable --- rust-fs_at.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rust-fs_at.spec b/rust-fs_at.spec index aef2d71..3967335 100644 --- a/rust-fs_at.spec +++ b/rust-fs_at.spec @@ -91,7 +91,8 @@ use the "workaround-procmon" feature of the "%{crate}" crate. %if %{with check} %check -%cargo_test +# * skip two tests that are unreliable +%cargo_test -- -- --exact --skip tests::readdir --skip tests::symlink_at %endif %changelog