Skip to content

Commit

Permalink
Stop installing i18n module from the forge during beaker tests
Browse files Browse the repository at this point in the history
The 'should_find_existing_production_environment' test is useful and
will be re-enabled later using a module fixture.
  • Loading branch information
joshcooper committed Feb 29, 2024
1 parent e8d1797 commit 72040f8
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 72040f8

Please sign in to comment.