Skip to content

Commit 72040f8

Browse files
committed
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.
1 parent e8d1797 commit 72040f8

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
skip_test('i18n test module uses deprecated function; update module to resume testing.')

0 commit comments

Comments
 (0)