From 8d025b5a7976cf040e5d4f9f7952b0ce6fc6b55d Mon Sep 17 00:00:00 2001 From: Jeffrey Clark Date: Thu, 1 Feb 2024 22:50:25 -0600 Subject: [PATCH] (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 --- acceptance/tests/resource/exec/should_run_command_in_cwd.rb | 1 + acceptance/tests/utf8/utf8-in-function-args.rb | 1 + 2 files changed, 2 insertions(+) diff --git a/acceptance/tests/resource/exec/should_run_command_in_cwd.rb b/acceptance/tests/resource/exec/should_run_command_in_cwd.rb index 87310983ff3..a59c8763dc9 100644 --- a/acceptance/tests/resource/exec/should_run_command_in_cwd.rb +++ b/acceptance/tests/resource/exec/should_run_command_in_cwd.rb @@ -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-12020 require 'puppet/acceptance/windows_utils' extend Puppet::Acceptance::WindowsUtils diff --git a/acceptance/tests/utf8/utf8-in-function-args.rb b/acceptance/tests/utf8/utf8-in-function-args.rb index cf55ec77ebc..60d4ad108ab 100644 --- a/acceptance/tests/utf8/utf8-in-function-args.rb +++ b/acceptance/tests/utf8/utf8-in-function-args.rb @@ -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