summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-27 18:32:07 +0900
committerNobuyoshi Nakada <nobu@ruby-lang.org>2025-12-28 10:34:17 +0900
commit6544c89708d94b894012e0587f770f33bbce4a3b (patch)
treed9094a8a74a037fa08ae93ae3030ba83d329a234 /test
parent8415f8faccffd426ed9c1168abddc2b3e727b659 (diff)
Skip the hang-up test on mingw
Diffstat (limited to 'test')
-rw-r--r--test/ruby/test_thread.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/ruby/test_thread.rb b/test/ruby/test_thread.rb
index c08d41cb86..3796e12f08 100644
--- a/test/ruby/test_thread.rb
+++ b/test/ruby/test_thread.rb
@@ -1480,6 +1480,8 @@ q.pop
end
def test_thread_interrupt_for_killed_thread
+ pend "hang-up" if RUBY_PLATFORM.include?("mingw")
+
opts = { timeout: 5, timeout_error: nil }
assert_normal_exit(<<-_end, '[Bug #8996]', **opts)