Drop attempt to disable JIT test on i686

The was renamed test_jit.rb → test_mjit.rb in Ruby 3.2:

ead96e7b44

Therefore this is alread no-op and we can just drop it.
This commit is contained in:
Vít Ondruch 2023-12-07 13:22:00 +01:00
parent 321ed23c22
commit f195b6a3c8

View File

@ -1010,13 +1010,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 i686
# The MJIT test cases are failing so often, that it is recently impossible
# to get past the test cases :/
# https://bugzilla.redhat.com/show_bug.cgi?id=2125026
mv test/ruby/test_jit.rb{,.disable} || :
%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}"} \