Temporarily disable tests due to non-deterministic failures

epel10
Fabio Valentini 7 months ago
parent 526e754f86
commit e22bdf606a
No known key found for this signature in database
GPG Key ID: 5AC5F572E5D410AF

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

Loading…
Cancel
Save