puppetlabs / puppet-agent

All of the directions for building a puppet agent package.
Other
47 stars 146 forks source link

(PA-5632) Set SELinux test to high #2400

Closed mhashizume closed 10 months ago

mhashizume commented 11 months ago

Prior to this PR, the SELinux acceptance test was set to low priority, causing the test to be skipped.

However, we've seen multiple regressions on SELinux behavior in puppet-agent, so we should always run this test to catch them early.

This PR updates the SELinux acceptance test to high priority, ensuring that it's always run.