Skip to content

Commit c577d37

Browse files
committed
Merge remote-tracking branch 'upstream/7.x' into main
* upstream/7.x: (maint) Skip tests that use test forge instance
2 parents faddd8f + 5eb701b commit c577d37

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

acceptance/tests/modules/changes/module_with_modified_file.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_name 'puppet module changes (on a module with a modified file)'
2+
skip_test "The test forge instance's SSL cert expired, see ITHELP-60681"
23

34
tag 'audit:high',
45
'audit:acceptance',

acceptance/tests/modules/changes/module_with_removed_file.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_name 'puppet module changes (on a module with a removed file)'
2+
skip_test "The test forge instance's SSL cert expired, see ITHELP-60681"
23

34
tag 'audit:high',
45
'audit:acceptance',

acceptance/tests/modules/changes/unmodified_module.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_name 'puppet module changes (on an unmodified module)'
2+
skip_test "The test forge instance's SSL cert expired, see ITHELP-60681"
23

34
tag 'audit:high',
45
'audit:acceptance',

acceptance/tests/modules/list/with_environment.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_name 'puppet module list (with environment)'
2+
skip_test "The test forge instance's SSL cert expired, see ITHELP-60681"
23

34
tag 'server',
45
'audit:high',

0 commit comments

Comments
 (0)