[DRE-commits] [ruby-em-synchrony] 01/03: disable tests using network

Praveen Arimbrathodiyil praveen at moszumanska.debian.org
Wed Apr 23 16:28:02 UTC 2014


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

praveen pushed a commit to branch master
in repository ruby-em-synchrony.

commit 321337515e0fb3dd6f1a0a00db14c3cb4c7bccb1
Author: Praveen Arimbrathodiyil <praveen at debian.org>
Date:   Wed Apr 23 21:29:39 2014 +0530

    disable tests using network
---
 debian/patches/disable-network-tests.patch | 11 +++++++++++
 debian/patches/series                      |  1 +
 2 files changed, 12 insertions(+)

diff --git a/debian/patches/disable-network-tests.patch b/debian/patches/disable-network-tests.patch
new file mode 100644
index 0000000..65a4168
--- /dev/null
+++ b/debian/patches/disable-network-tests.patch
@@ -0,0 +1,11 @@
+--- a/spec/tcpsocket_spec.rb
++++ b/spec/tcpsocket_spec.rb
+@@ -400,7 +400,7 @@
+   end
+   
+   context 'when wrapped in a connection pool' do
+-    it 'accepts "send"' do
++    xit 'accepts "send"' do
+       EventMachine.synchrony do
+         @socket = EventMachine::Synchrony::ConnectionPool.new(size: 1) do
+           EventMachine::Synchrony::TCPSocket.new 'eventmachine.rubyforge.org', 80
diff --git a/debian/patches/series b/debian/patches/series
index 5d0450d..8edf3a6 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -9,3 +9,4 @@ disable-memcached-tests.patch
 disable-mongo-tests.patch
 disable-remcached-tests.patch
 disable-synchrony-failing-test.patch
+disable-network-tests.patch

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



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