diff --git a/ruby.spec b/ruby.spec index 995855f..5886555 100644 --- a/ruby.spec +++ b/ruby.spec @@ -763,6 +763,7 @@ mv test/openssl/test_ssl.rb{,.disabled} DISABLE_TESTS="$DISABLE_TESTS -n !/test_resumption/" DISABLE_TESTS="$DISABLE_TESTS -n !/test_\(identity_verify_failure\|min_version\|session_reuse\)/" DISABLE_TESTS="$DISABLE_TESTS -n !/test_do_not_allow_invalid_client_cert_auth_connection/" +DISABLE_TESTS="$DISABLE_TESTS -n !/test_connect_accept_nonblock/" make check TESTS="-v $DISABLE_TESTS" @@ -1083,6 +1084,10 @@ make check TESTS="-v $DISABLE_TESTS" %{gem_dir}/specifications/xmlrpc-%{xmlrpc_version}.gemspec %changelog +* Sat Aug 11 2018 Troy Dawson +- turn off test_connect_accept_nonblock test +- Related: bug#1614611 + * Tue Jul 31 2018 Florian Weimer - 2.5.1-96 - Rebuild with fixed binutils