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 d1564dd commit 1baba3bCopy full SHA for 1baba3b
spec/mongo/address/ipv6_spec.rb
@@ -89,6 +89,9 @@
89
90
describe '#socket' do
91
92
+ # In JRuby 9.3.2.0 Socket::PF_INET6 is nil, causing IPv6 tests to fail.
93
+ fails_on_jruby
94
+
95
let(:address) do
96
'[::1]'
97
end
spec/mongo/address_spec.rb
@@ -228,6 +228,9 @@
228
229
context 'when providing a DNS entry that resolves to both IPv6 and IPv4' do
230
231
232
233
234
let(:custom_hostname) do
235
'not_localhost'
236
0 commit comments