Skip to content

Commit 3f7b001

Browse files
committed
more ssl disabling
1 parent ef9337a commit 3f7b001

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/pkg/source/mysqltest/mysql_test.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,7 @@ var mySQLRequest = testcontainers.ContainerRequest{
461461
"MYSQL_DATABASE": mySQLDatabase,
462462
"MYSQL_USER": mySQLUser,
463463
"MYSQL_PASSWORD": mySQLPw,
464+
"JDBC_PARAMS": "useSSL=false",
464465
"MYSQL_EXTRA:FLAGS": "--default-authentication-plugin=mysql_native_password --skip-ssl",
465466
},
466467
WaitingFor: wait.ForLog(logString),

0 commit comments

Comments
 (0)