Skip to content

Commit

Permalink
WIP: windows CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ko1 committed Oct 11, 2023
1 parent 0c35896 commit 6df6958
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions test/ruby/test_thread.rb
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ def teardown
end
end

=begin
def test_thread_local
t = Thread.new { sleep }
Expand Down Expand Up @@ -148,6 +149,7 @@ def initialize
t.new {}
end
end
=end

def test_thread_interrupt_for_killed_thread
opts = { timeout: 5, timeout_error: nil }
Expand Down

0 comments on commit 6df6958

Please sign in to comment.