~ruther/guix-local

095374110b09f88b10989c6e6a5e54a412cfb3ef — Nicolas Graves 1 year, 1 month ago a6cecf8
gnu: ruby-puma: Skip failing test.

* gnu/packages/ruby-xyz.scm (ruby-puma)[arguments]{phases}: Refresh
pphase 'disable-problematic-tests.
1 files changed, 2 insertions(+), 1 deletions(-)

M gnu/packages/ruby-xyz.scm
M gnu/packages/ruby-xyz.scm => gnu/packages/ruby-xyz.scm +2 -1
@@ 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.