From 03b2317add71bcae4fac6b3e7d36cb83c468530a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 8 Jan 2020 17:55:54 +0100 Subject: [PATCH] Enable TestResolvMDNS#test_mdns_each_address test fixed upstream. --- ruby.spec | 5 ----- 1 file changed, 5 deletions(-) diff --git a/ruby.spec b/ruby.spec index 70611aa..b450762 100644 --- a/ruby.spec +++ b/ruby.spec @@ -853,11 +853,6 @@ MSPECOPTS="" DISABLE_TESTS="$DISABLE_TESTS -n !/test_segv_\(setproctitle\|test\|loaded_features\)/" %endif -# 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 "File.utime allows Time instances in the far future to set # mtime and atime". # https://bugs.ruby-lang.org/issues/16410