From f039949b3c842e431ad763562d691c5d0f84ae47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ondruch?= Date: Wed, 25 Oct 2023 16:32:36 +0200 Subject: [PATCH] Re-enable TestCoverage#test_coverage_suspendable test This was likely resolved by: https://github.com/ruby/ruby/pull/8670 --- ruby.spec | 6 ------ 1 file changed, 6 deletions(-) diff --git a/ruby.spec b/ruby.spec index 89eac2c..db0a5a6 100644 --- a/ruby.spec +++ b/ruby.spec @@ -985,12 +985,6 @@ DISABLE_TESTS="$DISABLE_TESTS -n !/TestDir#test_home/" MSPECOPTS="$MSPECOPTS -P 'File.expand_path expands ~ENV..USER..* to.* the user.s home directory'" %endif -%ifarch ppc64le -# Test failure, the display order of hash seems to differ on ppc64le. -# https://bugs.ruby-lang.org/issues/19927 -DISABLE_TESTS="$DISABLE_TESTS -n !/TestCoverage#test_coverage_suspendable/" -%endif - # Give an option to increase the timeout in tests. # https://bugs.ruby-lang.org/issues/16921 %{?test_timeout_scale:RUBY_TEST_TIMEOUT_SCALE="%{test_timeout_scale}"} \