From e22bdf606a4392b10134c266239418a964b22f0c Mon Sep 17 00:00:00 2001 From: Fabio Valentini Date: Fri, 2 Aug 2024 23:58:17 +0200 Subject: [PATCH] Temporarily disable tests due to non-deterministic failures --- rust-scc.spec | 4 +++- rust2rpm.toml | 6 ++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/rust-scc.spec b/rust-scc.spec index 81592c3..5a3b9ed 100644 --- a/rust-scc.spec +++ b/rust-scc.spec @@ -1,5 +1,7 @@ # Generated by rust2rpm 26 -%bcond_without check +# * non-deterministic test failures: +# https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/153 +%bcond_with check %global debug_package %{nil} %global crate scc diff --git a/rust2rpm.toml b/rust2rpm.toml index d7dd617..608bdda 100644 --- a/rust2rpm.toml +++ b/rust2rpm.toml @@ -4,3 +4,9 @@ cargo-toml-patch-comments = [ "drop unused, benchmark-only criterion dev-dependency", ] +[tests] +run = ["none"] +comments = [ + "non-deterministic test failures: https://github.com/wvwwvwwv/scalable-concurrent-containers/issues/153", +] +