File: 00_disable-local-port-reuse-tests.patch

package info (click to toggle)
ruby-excon 1.3.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,240 kB
  • sloc: ruby: 7,970; makefile: 5
file content (23 lines) | stat: -rw-r--r-- 660 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
From: Pirate Praveen <praveen@debian.org>
Date: Thu, 3 Oct 2024 20:00:07 -0300
Subject: Skip local ports reuse tests

Forwarded: not-needed

---
 tests/basic_tests.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/basic_tests.rb b/tests/basic_tests.rb
index 34a9fb5..62670bf 100644
--- a/tests/basic_tests.rb
+++ b/tests/basic_tests.rb
@@ -287,7 +287,7 @@ Shindo.tests('Excon basics (Unix socket)') do
   end
 end
 
-Shindo.tests('Excon basics (reusable local port)') do
+Shindo.tests('Excon basics (reusable local port)', 'localportreuse') do
   class CustomSocket < Socket
     def initialize
       super(AF_INET, SOCK_STREAM, 0)