We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a84f734 commit 50400f3Copy full SHA for 50400f3
test/etc/test_etc.rb
@@ -178,10 +178,6 @@ def test_ractor_parallel
178
omit "This test is flaky and intermittently failing now on ModGC workflow" if ENV['GITHUB_WORKFLOW'] == 'ModGC'
179
180
assert_ractor(<<~RUBY, require: 'etc', timeout: 60)
181
- class Ractor
182
- alias join take
183
- end unless Ractor.method_defined? :value # compat with Ruby 3.4 and olders
184
-
185
10.times.map do
186
Ractor.new do
187
100.times do
@@ -208,10 +204,6 @@ class Ractor
208
204
209
205
def test_ractor_unsafe
210
206
assert_ractor(<<~RUBY, require: 'etc')
211
212
- alias value take
213
214
215
207
r = Ractor.new do
216
begin
217
Etc.passwd
0 commit comments