Pend a test for ractor in etc
... because it is flaky
This commit is contained in:
parent
c6f89e263e
commit
1b8e6568e4
Notes:
git
2025-03-27 03:28:44 +00:00
@ -175,6 +175,7 @@ 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')
|
||||
20.times.map do
|
||||
Ractor.new do
|
||||
|
Loading…
x
Reference in New Issue
Block a user