]> source.dussan.org Git - redmine.git/commitdiff
Don't run Capybara tests on the CI server (#12822).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 Feb 2013 17:09:33 +0000 (17:09 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 10 Feb 2013 17:09:33 +0000 (17:09 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11345 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/tasks/ci.rake

index cf1e9a185bb99ae2588047f023be2c85485fefcb..249893416e09a3f1de3d31642378807f7a27e463 100644 (file)
@@ -22,7 +22,7 @@ namespace :ci do
   desc "Build Redmine"
   task :build do
     Rake::Task["test"].invoke
-    Rake::Task["test:ui"].invoke unless RUBY_VERSION < '1.9'
+    #Rake::Task["test:ui"].invoke unless RUBY_VERSION < '1.9'
   end
 
   desc "Finish the build"