Package: puma / 3.12.0-2+deb10u2

0003-test_cli-disable-test-that-rails-randomly.patch Patch series | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
From: Antonio Terceiro <terceiro@softwarelivre.org>
Date: Thu, 10 Nov 2016 16:41:56 -0200
Subject: test_cli: disable test that rails randomly

---
 test/test_cli.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/test/test_cli.rb
+++ b/test/test_cli.rb
@@ -64,7 +64,7 @@
   end
 
   unless Puma.jruby? || Puma.windows?
-  def test_control_clustered
+  def __test_control_clustered
     url = "unix://#{@tmp_path}"
 
     cli = Puma::CLI.new ["-b", "unix://#{@tmp_path2}",