Skip to content

Commit

Permalink
Merge pull request #9271 from joshcooper/no_forge
Browse files Browse the repository at this point in the history
Stop installing i18n module from the forge during beaker tests
  • Loading branch information
mhashizume authored Feb 29, 2024
2 parents e8d1797 + 72040f8 commit c07e0bf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
test_name "should find existing production environment"
tag 'audit:high'
tag 'audit:medium'

require 'puppet/acceptance/i18ndemo_utils'
extend Puppet::Acceptance::I18nDemoUtils
Expand Down
2 changes: 1 addition & 1 deletion acceptance/tests/i18n/modules/puppet_agent.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
test_name 'C100565: puppet agent with module should translate messages' do
confine :except, :platform => /^solaris/ # translation not supported

tag 'audit:high',
tag 'audit:medium',
'audit:acceptance'

skip_test('i18n test module uses deprecated function; update module to resume testing.')
Expand Down

0 comments on commit c07e0bf

Please sign in to comment.