From 4bbc08a365755f21869fa0458022faae321fe86c Mon Sep 17 00:00:00 2001 From: wang--ge Date: Thu, 13 Mar 2025 09:26:20 +0800 Subject: [PATCH] skip puma server connection failure testcase --- rubygem-puma.spec | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/rubygem-puma.spec b/rubygem-puma.spec index 8344394..8bc0666 100644 --- a/rubygem-puma.spec +++ b/rubygem-puma.spec @@ -2,7 +2,7 @@ %bcond_with ragel Name: rubygem-%{gem_name} Version: 5.6.5 -Release: 4 +Release: 5 Summary: A simple, fast, threaded, and highly concurrent HTTP 1.1 server License: BSD-3-Clause URL: http://puma.io @@ -160,6 +160,9 @@ ruby -e 'Dir.glob "./test/**/test_*.rb", &method(:require)' - -v %{gem_instdir}/tools %changelog +* Thu Mar 13 2025 Ge Wang - 5.6.5-5 +- Skip Puma server connection failure testcase + * Thu Feb 27 2025 Ge Wang - 5.6.5-4 - Adapt test helper to run with new and old Minitest -- Gitee