Fix testing issues

Tests are sometimes failing non deterministicly on some architectures.
We were bitten by some tests exhausting available disk in the past with
similar results. This is not reproducible by developer so trying to
reduce the environment complexity.

Related: RHEL-65306 RHEL-57084
This commit is contained in:
Marian Csontos 2024-10-30 16:48:35 +01:00
parent 95230a89e0
commit 130ef4c9c2

View File

@ -63,7 +63,9 @@ echo %{version}-%{release} > VERSION
%if %{with check}
%check
%cargo_test
#%%cargo_test
# First -- is eaten by RPM macros
%cargo_test -- -- --nocapture --test-threads=1
#cargo test --test thin_shrink -- --nocapture --test-threads=1
%endif