Skip two more tests due to aarch64

This commit is contained in:
Michael Cronenworth 2020-11-25 16:26:54 -06:00
parent d1ad65cb4f
commit 9f1c8d8dc1

View File

@ -175,20 +175,22 @@ popd
%check
%if 0%{?fedora} < 31 && 0%{?rhel} < 8
pushd build/%{_host}*/test
# Skip UPnP test as it requires a UPnP server on the same network
echo "set (
CTEST_CUSTOM_TESTS_IGNORE
# Skip UPnP test as it requires a UPnP server on the same network, others due to aarch64 failures
echo "set (CTEST_CUSTOM_TESTS_IGNORE
"test_upnp"
"test_flags"
"test_torrent"
)" > CTestCustom.cmake
ctest %{?_smp_mflags}
popd
%endif
%if 0%{?with_python3}
pushd build-python3/%{_host}*/test
# Skip UPnP test as it requires a UPnP server on the same network
echo "set (
CTEST_CUSTOM_TESTS_IGNORE
# Skip UPnP test as it requires a UPnP server on the same network, others due to aarch64 failures
echo "set (CTEST_CUSTOM_TESTS_IGNORE
"test_upnp"
"test_flags"
"test_torrent"
)" > CTestCustom.cmake
ctest %{?_smp_mflags}
popd