Skip to content

Commit

Permalink
Revert "Temporarily disable TestSSLClientCertificates on 9.4 and above"
Browse files Browse the repository at this point in the history
The problem should be fixed upstream after commit ebe3d693d472f69c.

This reverts commit f7ea31d.
  • Loading branch information
johto committed Mar 16, 2015
1 parent 72d960f commit 30ed220
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions ssl_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -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")

Expand Down

0 comments on commit 30ed220

Please sign in to comment.