Skip to content

Commit ca8e69c

Browse files
committed
Remove skip on Windows since the issue is fixed
by commit 716221a
1 parent 70c02ea commit ca8e69c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

spec/pg/connection_spec.rb

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -588,8 +588,6 @@
588588
end
589589

590590
it "doesn't notify the wrong thread about closed socket (Bug #564)" do
591-
skip "this spec crashs silently on Windows for some reason (pending investigation)" if RUBY_PLATFORM=~/mingw|mswin/i
592-
593591
10.times do
594592
10.times.map do
595593
Thread.new do

0 commit comments

Comments
 (0)