Skip to content

Commit a91bd80

Browse files
committed
(maint) Skip tests that use test forge instance
Currently, the test forge instance's SSL cert is expired. Due to this Puppet CI is blocked. This commit skips all tests that use a test forge instance.
1 parent 2171a85 commit a91bd80

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)