Skip to content

Commit

Permalink
(PUP-12020) Skip tests on debian-12-amd64
Browse files Browse the repository at this point in the history
en_US.UTF-8 support is not setup on setup on the test image
and session linger support is enabled by default

revert when the test images are rebuilt
  • Loading branch information
h0tw1r3 committed Feb 2, 2024
1 parent 51271ee commit 653cc4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
test_name "The Exec resource should run commands in the specified cwd" do
tag 'audit:high',
'audit:acceptance'
confine :except, :platform => /debian-12-amd64/ # PUP-5358

require 'puppet/acceptance/windows_utils'
extend Puppet::Acceptance::WindowsUtils
Expand Down
1 change: 1 addition & 0 deletions acceptance/tests/utf8/utf8-in-function-args.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
test_name 'utf-8 characters in function parameters' do
confine :except, :platform => /debian-12-amd64/ # PUP-12020

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

0 comments on commit 653cc4f

Please sign in to comment.