[ruby/etc] Attempt to re-enable TestEtc#test_ractor_parallel

* If this fails, please revert this commit in ruby/etc
  to keep the repos sync'ed.

https://github.com/ruby/etc/commit/87fb0c4a83
This commit is contained in:
Benoit Daloze 2025-03-27 21:38:35 +01:00 committed by git
parent 0581947af5
commit 72cb68972c

View File

@ -175,7 +175,6 @@ class TestEtc < Test::Unit::TestCase
# All Ractor-safe methods should be tested here
def test_ractor_parallel
omit "This test fails randomly with no message; Ractor is not stable yet"
assert_ractor(<<~RUBY, require: 'etc', timeout: 60)
10.times.map do
Ractor.new do