[DRE-commits] [ruby-oj] 03/04: add /test_mimic_rails_datetime.rb to the list of skipped tests because of rails dependency

Cédric Boutillier boutil at moszumanska.debian.org
Sat Jul 9 06:58:06 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 217b78fe62da1e98360a6b3a569dabcd87968107
Author: Cédric Boutillier <boutil at debian.org>
Date:   Sat Jul 9 08:52:17 2016 +0200

    add /test_mimic_rails_datetime.rb to the list of skipped tests because of rails dependency
---
 debian/changelog     | 2 ++
 debian/ruby-tests.rb | 1 +
 2 files changed, 3 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index 4c3130c..a59f38d 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -2,6 +2,8 @@ ruby-oj (2.17.1-1) unstable; urgency=medium
 
   * Imported Upstream version 2.17.1
     + fix test failure on i386
+    + add /test_mimic_rails_datetime.rb to the list of skipped tests because
+      of rails dependency
 
  -- Cédric Boutillier <boutil at debian.org>  Sat, 09 Jul 2016 08:40:10 +0200
 
diff --git a/debian/ruby-tests.rb b/debian/ruby-tests.rb
index a2252a2..90c623c 100644
--- a/debian/ruby-tests.rb
+++ b/debian/ruby-tests.rb
@@ -4,6 +4,7 @@ SKIPPED_TESTS = [
   './test/isolated/test_mimic_rails_before.rb',
   './test/isolated/test_mimic_rails_after.rb',
   './test/./test_bigd.rb',
+  './test/isolated/test_mimic_rails_datetime.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