gnu: ruby-puma: Skip failing test.

* gnu/packages/ruby-xyz.scm (ruby-puma)[arguments]{phases}: Refresh
pphase 'disable-problematic-tests.
This commit is contained in:
Nicolas Graves 2025-06-18 16:27:33 +02:00 committed by Andreas Enge
parent a6cecf851b
commit 095374110b
No known key found for this signature in database
GPG key ID: F7D5C9BF765C61E3

View file

@ -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.