[DRE-commits] [ruby-sidekiq-cron] 01/02: disable tests that fail at specific times

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Sun Nov 27 06:50:33 UTC 2016


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

praveen pushed a commit to branch master
in repository ruby-sidekiq-cron.

commit 72426cebaa535a19da415bbf480362de39f18d15
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Sun Nov 27 11:51:55 2016 +0530

    disable tests that fail at specific times
---
 debian/changelog       | 6 ++++++
 debian/ruby-tests.rake | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 75ece2b..033225b 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+ruby-sidekiq-cron (0.4.2-6) unstable; urgency=medium
+
+  * Disable tests that fail when run at specific times (Closes: #844925) 
+
+ -- Pirate Praveen <praveen at debian.org>  Sun, 27 Nov 2016 11:51:48 +0530
+
 ruby-sidekiq-cron (0.4.2-5) unstable; urgency=medium
 
   * Don't exit even if killing redis-server after tests fails.
diff --git a/debian/ruby-tests.rake b/debian/ruby-tests.rake
index 9f41bd4..f96dca6 100644
--- a/debian/ruby-tests.rake
+++ b/debian/ruby-tests.rake
@@ -7,6 +7,7 @@ end
 
 Rake::TestTask.new(:test) do |t|
   t.libs << "test"
-  t.test_files = FileList['test/unit/**/*_test.rb']
+  t.test_files = FileList['test/unit/**/*_test.rb'] - FileList[
+  'test/unit/poller_test.rb']
   t.verbose = true
 end

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



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