Skip to content

Commit 84f4ae3

Browse files
committed
TO-REVERT: Temporarily re-enable TestAwsRDSIAMAuthConnectForPostgres and TestAwsRDSIAMAuthConnectForPostgresViaProxy
1 parent 640de99 commit 84f4ae3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flow/connectors/postgres/rds_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import (
1010
)
1111

1212
func TestAwsRDSIAMAuthConnectForPostgres(t *testing.T) {
13-
t.Skip("flaky")
13+
//t.Skip("flaky")
1414
internal.SetupRDSIAMAuthAWSCredentials(t)
1515
conn := internal.RDSIAMAuthPostgresTestConnectionInfo()
1616
postgresConnector, err := NewPostgresConnector(t.Context(),
@@ -39,7 +39,7 @@ func TestAwsRDSIAMAuthConnectForPostgres(t *testing.T) {
3939
}
4040

4141
func TestAwsRDSIAMAuthConnectForPostgresViaProxy(t *testing.T) {
42-
t.Skip("flaky")
42+
//t.Skip("flaky")
4343
internal.SetupRDSIAMAuthAWSCredentials(t)
4444
conn := internal.RDSIAMAuthPostgresTestConnectionInfo()
4545
postgresConnector, err := NewPostgresConnector(t.Context(),

0 commit comments

Comments
 (0)