Skip to content

Commit d9330f1

Browse files
authored
Merge pull request #9239 from h0tw1r3/pup-12020-main
(PUP-12020) Skip tests on debian-12-amd64
2 parents 51271ee + 8d025b5 commit d9330f1

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

acceptance/tests/resource/exec/should_run_command_in_cwd.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
test_name "The Exec resource should run commands in the specified cwd" do
22
tag 'audit:high',
33
'audit:acceptance'
4+
confine :except, :platform => /debian-12-amd64/ # PUP-12020
45

56
require 'puppet/acceptance/windows_utils'
67
extend Puppet::Acceptance::WindowsUtils

acceptance/tests/utf8/utf8-in-function-args.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
test_name 'utf-8 characters in function parameters' do
2+
confine :except, :platform => /debian-12-amd64/ # PUP-12020
23

34
tag 'audit:high',
45
'audit:integration', # not package dependent but may want to vary platform by LOCALE/encoding

0 commit comments

Comments
 (0)