diff options
| author | Benoit Daloze <eregontp@gmail.com> | 2025-03-27 21:38:35 +0100 |
|---|---|---|
| committer | git <svn-admin@ruby-lang.org> | 2025-03-27 20:39:38 +0000 |
| commit | 72cb68972c878ca9a221bfffc6b6757807f8b2cf (patch) | |
| tree | 8f2ae62c18ecf8cc990b6e56cd3026a1e1ac32b1 /test | |
| parent | 0581947af536ec0fc3da295003455404e45b8f4d (diff) | |
[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
Diffstat (limited to 'test')
| -rw-r--r-- | test/etc/test_etc.rb | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/etc/test_etc.rb b/test/etc/test_etc.rb index f876628ca3..cf32e40967 100644 --- a/test/etc/test_etc.rb +++ b/test/etc/test_etc.rb @@ -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 |
