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:
parent
5f4333cebc
commit
f1e36d6d8f
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user