From ab9c6b6450e39071fe452b73a73ad00d75ef0b40 Mon Sep 17 00:00:00 2001 From: Maxim Cournoyer Date: Thu, 30 Mar 2023 17:36:00 -0400 Subject: 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. --- gnu/packages/ruby.scm | 1 + 1 file changed, 1 insertion(+) (limited to 'gnu') diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm index 3d904918b3..35917c6627 100644 --- a/gnu/packages/ruby.scm +++ b/gnu/packages/ruby.scm @@ -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" -- cgit v1.2.3