~ruther/guix-local

ref: c2e575185b995cc4dca6dae27eceee802fde5ec9 guix-local/gnu/packages/patches/ruby-puma-ignore-broken-test.patch -rw-r--r-- 442 bytes
c2e57518 — Ben Woodcroft gnu: vsearch: Update to 2.0.0. 10 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/test_integration.rb b/test/test_integration.rb
index d9b189c..6e21180 100644
--- a/test/test_integration.rb
+++ b/test/test_integration.rb
@@ -115,7 +115,7 @@ class TestIntegration < Test::Unit::TestCase
     assert_kind_of Thread, t.join(1), "server didn't stop"
   end
 
-  def test_phased_restart_via_pumactl
+  def no_test_phased_restart_via_pumactl
     if Puma.jruby? || Puma.windows?
       assert true
       return