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:
parent
95230a89e0
commit
130ef4c9c2
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user