diff --git a/zeromq.spec b/zeromq.spec index 158f4c7..6b7df88 100644 --- a/zeromq.spec +++ b/zeromq.spec @@ -67,9 +67,7 @@ autoreconf -fi --with-libgssapi_krb5 \ %endif --with-libsodium \ -%ifnarch s390x --enable-drafts \ -%endif %if %{with unwind} --enable-libunwind \ %endif @@ -87,7 +85,7 @@ rm %{buildroot}%{_libdir}/libzmq.la %check %ifarch s390x -make check V=1 || ( cat test-suite.log && exit 1 ) +make check V=1 XFAIL_TESTS=tests/test_radio_dish || ( cat test-suite.log && exit 1 ) %endif