Skip to content

Commit 742d09d

Browse files
Merge pull request #3079 from craigcomstock/ent-13514/master
Fixed improper inclusion of community agents in running test that relies on enterprise feature: packages patches data
2 parents 6accccf + f46b985 commit 742d09d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

tests/acceptance/17_packages/11_old/unsafe/package-inventory.cf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ body common control
2020

2121
bundle agent init
2222
{
23+
meta:
24+
# Available patches is an Enterprise feature.
25+
"test_skip_unsupported" string => "!enterprise";
26+
2327
methods:
2428
"any" usebundle => clear_packages("dummy");
2529
"any" usebundle => install_package("$(p.name[1])", "$(p.version[1])", "$(p.arch)", "dummy");

0 commit comments

Comments
 (0)