check: exclude unstable test_portable_binary_archive
This commit is contained in:
parent
8330b0beea
commit
2c65387c94
@ -49,7 +49,9 @@ pushd %{_target_platform}
|
|||||||
%make_install -C %{_target_platform}
|
%make_install -C %{_target_platform}
|
||||||
|
|
||||||
%check
|
%check
|
||||||
make -C %{_target_platform} test ARGS="-V"
|
#test_portable_binary_archive is unstable
|
||||||
|
#https://github.com/USCiLab/cereal/issues/338
|
||||||
|
make -C %{_target_platform} test ARGS="-V -E test_portable_binary_archive"
|
||||||
|
|
||||||
%files devel
|
%files devel
|
||||||
%doc README.md
|
%doc README.md
|
||||||
|
Loading…
Reference in New Issue
Block a user