Skip to content

Commit 6544c89

Browse files
committed
Skip the hang-up test on mingw
1 parent 8415f8f commit 6544c89

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/ruby/test_thread.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1480,6 +1480,8 @@ def test_thread_native_thread_id_across_fork_on_linux
14801480
end
14811481

14821482
def test_thread_interrupt_for_killed_thread
1483+
pend "hang-up" if RUBY_PLATFORM.include?("mingw")
1484+
14831485
opts = { timeout: 5, timeout_error: nil }
14841486

14851487
assert_normal_exit(<<-_end, '[Bug #8996]', **opts)

0 commit comments

Comments
 (0)