guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

03/03: gnu: ruby-puma: Disable a flaky test.


From: guix-commits
Subject: 03/03: gnu: ruby-puma: Disable a flaky test.
Date: Thu, 30 Mar 2023 17:37:26 -0400 (EDT)

apteryx pushed a commit to branch staging
in repository guix.

commit 68b3e927c7172fe2390160969df109d8fd6cf082
Author: Maxim Cournoyer <maxim.cournoyer@gmail.com>
AuthorDate: Thu Mar 30 17:36:00 2023 -0400

    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(+)

diff --git a/gnu/packages/ruby.scm b/gnu/packages/ruby.scm
index 461748d235..3600ecf1df 100644
--- a/gnu/packages/ruby.scm
+++ b/gnu/packages/ruby.scm
@@ -11624,6 +11624,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"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]