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