mirror of
https://github.com/inspec/inspec
synced 2024-11-10 07:04:15 +00:00
skip ssh resource tests until containers support them
Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
parent
7ccd88f1a2
commit
16e2b8ce3d
3 changed files with 1 additions and 1 deletions
2
Rakefile
2
Rakefile
|
@ -32,7 +32,7 @@ namespace :test do
|
|||
end
|
||||
|
||||
task :resources do
|
||||
tests = Dir['test/resource/*.rb']
|
||||
tests = Dir['test/resource/*_test.rb']
|
||||
return if tests.empty?
|
||||
sh(Gem.ruby, 'test/docker_test.rb', *tests)
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue