me
/
guix
Archived
1
0
Fork 0

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.
master
Maxim Cournoyer 2023-03-30 17:36:00 -04:00
parent ea3832f4b1
commit ab9c6b6450
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 1 additions and 0 deletions

View File

@ -11601,6 +11601,7 @@ part of the Prawn PDF generator.")
"test_off_tls1_2")
(skip-tests "test/test_integration_cluster.rb"
"test_fork_worker_on_refork"
"test_hot_restart_does_not_drop_connections"
"test_culling_strategy_oldest_fork_worker"
"test_usr1_fork_worker")
(skip-tests "test/test_integration_pumactl.rb"