mirror of
https://github.com/saltstack-formulas/salt-formula.git
synced 2026-07-22 21:43:04 +02: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:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user