Re-enable TestCoverage#test_coverage_suspendable test

This was likely resolved by:

https://github.com/ruby/ruby/pull/8670
This commit is contained in:
Vít Ondruch 2023-10-25 16:32:36 +02:00
commit f039949b3c

View file

@ -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}"} \