guix_mirror_bot pushed a commit to branch ruby-team
in repository guix.

commit 317221ba01578f056e5daff04a759e916ddee353
Author: Nicolas Graves <[email protected]>
AuthorDate: Wed Jun 18 16:27:33 2025 +0200

    gnu: ruby-puma: Skip failing test.
    
    * gnu/packages/ruby-xyz.scm (ruby-puma)[arguments]{phases}: Refresh
    pphase 'disable-problematic-tests.
---
 gnu/packages/ruby-xyz.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ruby-xyz.scm b/gnu/packages/ruby-xyz.scm
index 4480042591..494f319760 100644
--- a/gnu/packages/ruby-xyz.scm
+++ b/gnu/packages/ruby-xyz.scm
@@ -11668,7 +11668,8 @@ part of the Prawn PDF generator.")
                 (skip-tests "test/test_web_concurrency_auto.rb" "\
 test_web_concurrency_with_concurrent_ruby_unavailable")
                 (skip-tests "test/helpers/integration.rb"
-                            "test_puma_started_log_writing"))))
+                            "test_puma_started_log_writing"
+                            "test_require_dependencies"))))
           (add-before 'check 'relax-test-case-timeout
             (lambda _
               ;; The default value is 45 s and easily causes timeouts.

Reply via email to