Skip to content

Commit e8e1e99

Browse files
committed
Disable ractor test which is meaningless on earlier versions
1 parent 8982489 commit e8e1e99

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

test/io/wait/test_ractor.rb

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,6 @@
44
require 'io/wait'
55

66
class TestIOWaitInRactor < Test::Unit::TestCase
7-
def setup
8-
omit unless defined? Ractor
9-
end
10-
117
def test_ractor
128
ext = "/io/wait.#{RbConfig::CONFIG['DLEXT']}"
139
path = $".find {|path| path.end_with?(ext)}
@@ -19,4 +15,4 @@ def test_ractor
1915
puts r.take
2016
end;
2117
end
22-
end
18+
end if defined? Ractor

0 commit comments

Comments
 (0)