Skip to content

Commit d401124

Browse files
committed
CI: Adjust pending() message to match reality
1 parent 876e89c commit d401124

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

spec/facter/util/resolvers/networking/networking_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
it 'returns scope6' do
5757
# openvoxserver 8.12 ships jruby 9.4.12. older versions used 9.4.8, puppetserver 8 used 9.4.7.
5858
# 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'
59+
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'
6060
expect(networking_helper.get_scope(address)).to eql('global')
6161
end
6262
end

0 commit comments

Comments
 (0)