diff --git a/spec/pg/connection_spec.rb b/spec/pg/connection_spec.rb index 3f3244abc..0f2148638 100644 --- a/spec/pg/connection_spec.rb +++ b/spec/pg/connection_spec.rb @@ -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