Skip to content

Commit ebedd96

Browse files
joshcoopergithub-actions[bot]
authored andcommitted
Stop installing i18n module from the forge during beaker tests
The 'should_find_existing_production_environment' test is useful and will be re-enabled later using a module fixture. (cherry picked from commit 72040f8)
1 parent 11abbca commit ebedd96

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

acceptance/tests/environment/should_find_existing_production_environment.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
test_name "should find existing production environment"
2-
tag 'audit:high'
2+
tag 'audit:medium'
33

44
require 'puppet/acceptance/i18ndemo_utils'
55
extend Puppet::Acceptance::I18nDemoUtils

acceptance/tests/i18n/modules/puppet_agent.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
test_name 'C100565: puppet agent with module should translate messages' do
22
confine :except, :platform => /^solaris/ # translation not supported
33

4-
tag 'audit:high',
4+
tag 'audit:medium',
55
'audit:acceptance'
66

77
require 'puppet/acceptance/environment_utils.rb'

0 commit comments

Comments
 (0)