aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--test/test_ssl.rb12
1 files changed, 0 insertions, 12 deletions
diff --git a/test/test_ssl.rb b/test/test_ssl.rb
index fe4b6827..5d4c09b8 100644
--- a/test/test_ssl.rb
+++ b/test/test_ssl.rb
@@ -206,18 +206,6 @@ class OpenSSL::TestSSL < OpenSSL::SSLTestCase
}
end
- def test_sysread_nonblock_and_syswrite_nonblock_keywords
- start_server do |port|
- server_connect(port) do |ssl|
- assert_warning("") do
- ssl.send(:syswrite_nonblock, "12", exception: false)
- ssl.send(:sysread_nonblock, 1, exception: false) rescue nil
- ssl.send(:sysread_nonblock, 1, String.new, exception: false) rescue nil
- end
- end
- end
- end
-
def test_sync_close
start_server do |port|
begin