Skip to content

Commit b129d16

Browse files
committed
PR Comments: run TestPostgresMutualTLSClientCertAuth unconditionally.
1 parent e2fcbe1 commit b129d16

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

flow/connectors/postgres/postgres_mtls_test.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,6 @@ import (
1414
func TestPostgresMutualTLSClientCertAuth(t *testing.T) {
1515
t.Parallel()
1616

17-
if _, ok := internal.GetMutualTLSPostgresConfigFromEnv(); !ok {
18-
t.Skip("mutual-TLS Postgres fixtures not configured; " +
19-
"set PG_MTLS_CLIENT_CERT_PATH, PG_MTLS_CLIENT_KEY_PATH and PG_MTLS_ROOT_CA_PATH")
20-
}
21-
2217
clientDN := func(t *testing.T, connector *PostgresConnector) pgtype.Text {
2318
t.Helper()
2419
var dn pgtype.Text

0 commit comments

Comments
 (0)