Skip to content

Commit 87fb0c4

Browse files
committed
Attempt to re-enable TestEtc#test_ractor_parallel
* If this fails, please revert this commit in ruby/etc to keep the repos sync'ed.
1 parent 18c12c0 commit 87fb0c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/etc/test_etc.rb

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,6 @@ def test_sysconfdir
175175

176176
# All Ractor-safe methods should be tested here
177177
def test_ractor_parallel
178-
omit "This test fails randomly with no message; Ractor is not stable yet"
179178
assert_ractor(<<~RUBY, require: 'etc', timeout: 60)
180179
10.times.map do
181180
Ractor.new do

0 commit comments

Comments
 (0)