From 9f1c8d8dc17e46aa5597c2ed6ad867dfc0a546bc Mon Sep 17 00:00:00 2001 From: Michael Cronenworth Date: Nov 25 2020 22:26:54 +0000 Subject: Skip two more tests due to aarch64 --- diff --git a/rb_libtorrent.spec b/rb_libtorrent.spec index e1580d4..8bd42c2 100644 --- a/rb_libtorrent.spec +++ b/rb_libtorrent.spec @@ -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