Skip to content

Commit

Permalink
Merge pull request #2720 from mhashizume/maint/main/puppetserver-main…
Browse files Browse the repository at this point in the history
…-jruby

Add Puppet Server 8.x JRuby to unit tests
  • Loading branch information
mhashizume authored May 21, 2024
2 parents 847b260 + d6b017e commit bb4a33c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/unit_tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
- '3.0'
- '3.2'
- 'jruby-9.3.14.0'
- 'jruby-9.4.7.0'
runs-on: ubuntu-20.04
steps:
- name: Checkout current PR
Expand Down
1 change: 1 addition & 0 deletions spec/facter/util/resolvers/networking/networking_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@
let(:address) { '::ffff:192.0.2.128' }

it 'returns scope6' do
pending('JRuby 9.4.7.0 does not properly parse mixed IPv6 addresses https://github.com/jruby/jruby/issues/8248') if RUBY_PLATFORM == 'java' && RUBY_VERSION == '3.1.4'
expect(networking_helper.get_scope(address)).to eql('global')
end
end
Expand Down

0 comments on commit bb4a33c

Please sign in to comment.