File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change 2222 - " 2.6"
2323 - " 2.7"
2424 - " 3.0"
25+ - " 3.1"
26+ - " 3.2"
2527 - " jruby-9.3"
2628 - " jruby-9.4"
2729 - " truffleruby-21.0.0"
Original file line number Diff line number Diff line change @@ -31,12 +31,14 @@ def setup
3131
3232 def test_transmit_strings
3333 omit_if RUBY_PLATFORM == "java" , "JRuby throws an error without a real socket"
34+ omit_if RUBY_VERSION >= "3.1" , "Ruby complains about connection not being open"
3435
3536 assert_equal "foo" , transmit ( "foo" )
3637 end
3738
3839 def test_transmit_ber_encoded_numbers
3940 omit_if RUBY_PLATFORM == "java" , "JRuby throws an error without a real socket"
41+ omit_if RUBY_VERSION >= "3.1" , "Ruby complains about connection not being open"
4042
4143 @to . write 1234 . to_ber
4244 assert_equal 1234 , @from . read_ber
You can’t perform that action at this time.
0 commit comments