diff --git a/connection_test.go b/connection_test.go index 0a23684d2..cfcffbeda 100644 --- a/connection_test.go +++ b/connection_test.go @@ -476,7 +476,6 @@ func TestExecWithServerSideError(t *testing.T) { } func TestConcurrentReadOnParams(t *testing.T) { - t.Skip("Fails randomly") config, err := ParseDSN(dsn) if err != nil { t.Fatal("Failed to parse dsn")