From 095374110b09f88b10989c6e6a5e54a412cfb3ef Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 18 Jun 2025 16:27:33 +0200 Subject: [PATCH] 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 4480042591c6f73b220dbfb1123bea968e30c758..494f3197609b2982bd3dbdb3db1a0b6a5268e6a2 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.