From 3b72cc1f0a1b6785f250f4c007c37f73e7dd76b1 Mon Sep 17 00:00:00 2001 From: Vít Ondruch Date: Dec 14 2017 13:43:43 +0000 Subject: Really disable the TestResolvMDNS#test_mdns_each_address test. --- diff --git a/ruby.spec b/ruby.spec index 5339332..bd86218 100644 --- a/ruby.spec +++ b/ruby.spec @@ -726,10 +726,10 @@ DISABLE_TESTS="" # Once seen: http://koji.fedoraproject.org/koji/taskinfo?taskID=12556650 DISABLE_TESTS="$DISABLE_TESTS -x test_fork.rb" -## Disable failing TestResolvMDNS#test_mdns_each_address test, -## which fails on Koji. -## https://bugs.ruby-lang.org/issues/14175 -#sed -i '/def test_mdns_each_address$/,/^ end$/ s/^/#/' test/resolv/test_mdns.rb +# Disable failing TestResolvMDNS#test_mdns_each_address test, +# which fails on Koji. +# https://bugs.ruby-lang.org/issues/14175 +sed -i '/def test_mdns_each_address$/,/^ end$/ s/^/#/' test/resolv/test_mdns.rb make check TESTS="-v $DISABLE_TESTS"