We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8415f8f commit 6544c89Copy full SHA for 6544c89
1 file changed
test/ruby/test_thread.rb
@@ -1480,6 +1480,8 @@ def test_thread_native_thread_id_across_fork_on_linux
1480
end
1481
1482
def test_thread_interrupt_for_killed_thread
1483
+ pend "hang-up" if RUBY_PLATFORM.include?("mingw")
1484
+
1485
opts = { timeout: 5, timeout_error: nil }
1486
1487
assert_normal_exit(<<-_end, '[Bug #8996]', **opts)
0 commit comments