diff --git a/ssl_test.go b/ssl_test.go index 4f1c3ba2..932b336f 100644 --- a/ssl_test.go +++ b/ssl_test.go @@ -158,12 +158,6 @@ func getCertConninfo(t *testing.T, source string) string { // Authenticate over SSL using client certificates func TestSSLClientCertificates(t *testing.T) { maybeSkipSSLTests(t) - - // Disabled temporarily on 9.4 due to Go issue #9808 - if getServerVersion(t, openTestConn(t)) >= 90400 { - t.Skip("skipping TestSSLClientCertificates due to #9808") - } - // Environment sanity check: should fail without SSL checkSSLSetup(t, "sslmode=disable user=pqgossltest")