gnu: ruby-puma: Disable a flaky test.
* gnu/packages/ruby.scm (ruby-puma) [arguments]: Disable the hot_restart_does_not_drop_connections tests, which fail non-deterministically.
This commit is contained in:
parent
3b7ed50771
commit
68b3e927c7
1 changed files with 1 additions and 0 deletions
|
@ -11624,6 +11624,7 @@ (define-public ruby-puma
|
||||||
"test_off_tls1_2")
|
"test_off_tls1_2")
|
||||||
(skip-tests "test/test_integration_cluster.rb"
|
(skip-tests "test/test_integration_cluster.rb"
|
||||||
"test_fork_worker_on_refork"
|
"test_fork_worker_on_refork"
|
||||||
|
"test_hot_restart_does_not_drop_connections"
|
||||||
"test_culling_strategy_oldest_fork_worker"
|
"test_culling_strategy_oldest_fork_worker"
|
||||||
"test_usr1_fork_worker")
|
"test_usr1_fork_worker")
|
||||||
(skip-tests "test/test_integration_pumactl.rb"
|
(skip-tests "test/test_integration_pumactl.rb"
|
||||||
|
|
Loading…
Reference in a new issue