From ebe7b84c2170d1054cc3d4ccc7bf35cfa8c74788 Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Tue, 9 Dec 2025 16:01:20 -0600 Subject: [PATCH] Added soft fail to 05_processes/01_matching/select_without_result.cf test as HP/UX does not collect vsize information So the test will fail. Ticket: ENT-13595 Changelog: none --- .../05_processes/01_matching/select_without_result.cf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/acceptance/05_processes/01_matching/select_without_result.cf b/tests/acceptance/05_processes/01_matching/select_without_result.cf index a42389acf3..b78fb4b4ef 100644 --- a/tests/acceptance/05_processes/01_matching/select_without_result.cf +++ b/tests/acceptance/05_processes/01_matching/select_without_result.cf @@ -36,7 +36,7 @@ bundle agent test meta: # This test exposes a known issue with processes on the Windows platform. "test_soft_fail" - string => "windows|solaris", + string => "windows|solaris|hpux", meta => { "ENT-12751", "ENT-13505" }; "description" -> {"CFE-4511"}