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