Re-enable TestCoverage#test_coverage_suspendable test
This was likely resolved by: https://github.com/ruby/ruby/pull/8670
This commit is contained in:
parent
a25407b731
commit
f039949b3c
1 changed files with 0 additions and 6 deletions
|
|
@ -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}"} \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue