Skip to content

Commit

Permalink
Remove skip on Windows since the issue is fixed
Browse files Browse the repository at this point in the history
by commit 716221a
  • Loading branch information
larskanis committed Oct 24, 2024
1 parent 70c02ea commit ca8e69c
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/pg/connection_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -588,8 +588,6 @@
end

it "doesn't notify the wrong thread about closed socket (Bug #564)" do
skip "this spec crashs silently on Windows for some reason (pending investigation)" if RUBY_PLATFORM=~/mingw|mswin/i

10.times do
10.times.map do
Thread.new do
Expand Down

0 comments on commit ca8e69c

Please sign in to comment.