From 516af8997fdef901d1b4c46b4a0486e60e28c01c Mon Sep 17 00:00:00 2001 From: Craig Comstock Date: Tue, 18 Nov 2025 16:11:38 -0600 Subject: [PATCH] Fixed improper inclusion of community agents in running test that relies on enterprise feature: packages patches data The faulty commit was here: ec9b55a8117682536347e98907184160a1ffdc08 The issue was not seen because at the time CI was not failing builds that failed acceptance tests. Ticket: ENT-13514 Changelog: none (cherry picked from commit f46b98532d443633e942b4663522e8ce3a4c825f) --- .../acceptance/17_packages/11_old/unsafe/package-inventory.cf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/acceptance/17_packages/11_old/unsafe/package-inventory.cf b/tests/acceptance/17_packages/11_old/unsafe/package-inventory.cf index c157dabb48..08655fb47a 100644 --- a/tests/acceptance/17_packages/11_old/unsafe/package-inventory.cf +++ b/tests/acceptance/17_packages/11_old/unsafe/package-inventory.cf @@ -20,6 +20,10 @@ body common control bundle agent init { + meta: + # Available patches is an Enterprise feature. + "test_skip_unsupported" string => "!enterprise"; + methods: "any" usebundle => clear_packages("dummy"); "any" usebundle => install_package("$(p.name[1])", "$(p.version[1])", "$(p.arch)", "dummy");