Actions
Bug #27512
closedPlugin tests can fail due to template snapshot tests
Description
If a template can change based on what plugins are enabled, then tests can fail when that plugin is enabled.
An example is preseed default provisioning template. This template adds python to a list of enabled packages if ansible plugin is enabled. In foreman core we have a snapshot of that template and use that in tests to verify the template render properly. However if ansible is enabled, the rendered template differs from the snapshot and causes the test to fail. This happens when foreman ansible tests are run in ci.
Actions