skip ssh resource tests until containers support them

Signed-off-by: Dominik Richter <dominik.richter@gmail.com>
This commit is contained in:
Dominik Richter 2015-09-22 19:35:31 +02:00
parent 7ccd88f1a2
commit 16e2b8ce3d
3 changed files with 1 additions and 1 deletions

View file

@ -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