@ -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
@ -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",