From ca8e69cca0964ec3de8ee045bf45ecbca3ac6566 Mon Sep 17 00:00:00 2001 From: Lars Kanis Date: Thu, 24 Oct 2024 21:50:44 +0200 Subject: [PATCH] Remove skip on Windows since the issue is fixed by commit 716221a95b2194fa0d3e777d5b71aea9e7724ca7 --- spec/pg/connection_spec.rb | 2 -- 1 file changed, 2 deletions(-) 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