We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1061594 + d401124 commit 9a60cd9Copy full SHA for 9a60cd9
1 file changed
spec/facter/util/resolvers/networking/networking_spec.rb
@@ -56,7 +56,7 @@
56
it 'returns scope6' do
57
# openvoxserver 8.12 ships jruby 9.4.12. older versions used 9.4.8, puppetserver 8 used 9.4.7.
58
# The jruby bug is fixed in 9.4.12
59
- pending('JRuby 9.4.7.0 does not properly parse mixed IPv6 addresses https://github.com/jruby/jruby/issues/8248') if defined?(JRUBY_VERSION) && JRUBY_VERSION == '9.4.8.0'
+ pending('JRuby 9.4.7 and 9.4.8 do not properly parse mixed IPv6 addresses https://github.com/jruby/jruby/issues/8248') if defined?(JRUBY_VERSION) && JRUBY_VERSION == '9.4.8.0'
60
expect(networking_helper.get_scope(address)).to eql('global')
61
end
62
0 commit comments