From d40e056cc8cb5c21fb3f7c25bf9463548dd14873 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada Date: Wed, 31 Dec 2025 02:24:21 +0900 Subject: Skip the hang-up test on Windows --- test/ruby/test_thread.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/ruby') diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb index 3796e12f08..8edebfb5c2 100644 --- a/test/ruby/test_thread.rb +++ b/test/ruby/test_thread.rb @@ -1480,7 +1480,7 @@ q.pop end def test_thread_interrupt_for_killed_thread - pend "hang-up" if RUBY_PLATFORM.include?("mingw") + pend "hang-up" if /mswin|mingw/ =~ RUBY_PLATFORM opts = { timeout: 5, timeout_error: nil } -- cgit v1.2.3