File: disable-network-tests.patch

package info (click to toggle)
ruby-em-synchrony 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 556 kB
  • ctags: 304
  • sloc: ruby: 3,508; sh: 37; sql: 7; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 577 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable tests requiring network connection
 Debian specific patch
Author: Pirate Praveen <praveen@debian.org>
Last-Updated: 2014-05-04

--- a/spec/tcpsocket_spec.rb
+++ b/spec/tcpsocket_spec.rb
@@ -474,7 +474,7 @@ describe EventMachine::Synchrony::TCPSoc
   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