From: Toshi MARUYAMA Date: Fri, 14 Jun 2013 14:39:48 +0000 (+0000) Subject: not run Capybara tests on the CI server (#12822) X-Git-Tag: 2.4.0~235 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=9bf4288af9e503212d81472f7bc0ab6db0623f96;p=redmine.git not run Capybara tests on the CI server (#12822) git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11979 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/lib/tasks/ci.rake b/lib/tasks/ci.rake index cae626150..df6299560 100644 --- a/lib/tasks/ci.rake +++ b/lib/tasks/ci.rake @@ -23,7 +23,7 @@ namespace :ci do desc "Build Redmine" task :build do Rake::Task["test"].invoke - Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3' + # Rake::Task["test:ui"].invoke if RUBY_VERSION >= '1.9.3' end desc "Finish the build"