0
0
mirror of https://github.com/saltstack-formulas/salt-formula.git synced 2026-02-19 18:07:12 +01:00

test: do not test installed Salt version

* Dont believe this is a useful test as the test images come with Salt installed
This commit is contained in:
Dafydd Jones 2025-06-10 14:33:59 +01:00
parent 5f4333cebc
commit f1e36d6d8f

View File

@ -20,7 +20,7 @@ control 'salt packages' do
pkgs.each do |p|
describe package(p) do
it { should be_installed }
its('version') { should match(/^#{input('saltmajorversion')}/) }
# its('version') { should match(/^#{input('saltmajorversion')}/) }
end
end
end