check: exclude unstable test_portable_binary_archive

This commit is contained in:
Christoph Junghans 2017-02-15 13:54:59 -07:00
parent 8330b0beea
commit 2c65387c94

View File

@ -49,7 +49,9 @@ pushd %{_target_platform}
%make_install -C %{_target_platform}
%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
%doc README.md