From 0cd2e241e5a096bf6129931f08a6e1041ef6e5ed Mon Sep 17 00:00:00 2001 From: Troy Dawson Date: Sat, 11 Aug 2018 22:15:13 +0200 Subject: [PATCH] Related: bug#1614611 --- ruby.spec | 5 +++++ 1 file changed, 5 insertions(+) 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