[DRE-commits] [ruby-oj] 05/06: exclude test_bigd.rb, depending on rails

Cédric Boutillier boutil at moszumanska.debian.org
Wed Jun 1 22:32:25 UTC 2016


This is an automated email from the git hooks/post-receive script.

boutil pushed a commit to branch master
in repository ruby-oj.

commit 63b8ef9f3c7e5567c2003ae193bb07d77696b322
Author: Cédric Boutillier <boutil at debian.org>
Date:   Thu Jun 2 00:19:56 2016 +0200

    exclude test_bigd.rb, depending on rails
---
 debian/ruby-tests.rb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index bbaf9fe..a2252a2 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -2,7 +2,8 @@ ENV['TZ']="Europe/Paris"
 SKIPPED_TESTS = [
   './test/./test_serializer.rb',
   './test/isolated/test_mimic_rails_before.rb',
-  './test/isolated/test_mimic_rails_after.rb'
+  './test/isolated/test_mimic_rails_after.rb',
+  './test/./test_bigd.rb',
 ]
 
 success=true

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ruby-oj.git



More information about the Pkg-ruby-extras-commits mailing list