mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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:
parent
a6cecf851b
commit
095374110b
1 changed files with 2 additions and 1 deletions
|
@ -11668,7 +11668,8 @@ part of the Prawn PDF generator.")
|
||||||
(skip-tests "test/test_web_concurrency_auto.rb" "\
|
(skip-tests "test/test_web_concurrency_auto.rb" "\
|
||||||
test_web_concurrency_with_concurrent_ruby_unavailable")
|
test_web_concurrency_with_concurrent_ruby_unavailable")
|
||||||
(skip-tests "test/helpers/integration.rb"
|
(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
|
(add-before 'check 'relax-test-case-timeout
|
||||||
(lambda _
|
(lambda _
|
||||||
;; The default value is 45 s and easily causes timeouts.
|
;; The default value is 45 s and easily causes timeouts.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue