Skip to content

Commit 8d025b5

Browse files
committed
(PUP-12020) Skip tests on debian-12-amd64
en_US.UTF-8 support is not setup on the test image and session linger support is enabled by default revert when the test images are rebuilt
1 parent 51271ee commit 8d025b5

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)