1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-07 02:42:49 +03:00

Skip test for CONC-544 when testing against SkySQL/MaxScale.

This commit is contained in:
Georg Richter
2021-09-14 07:11:19 +02:00
parent 7e0be5a919
commit e142c3b24a

View File

@@ -1921,6 +1921,9 @@ static int test_conc544(MYSQL *mysql)
MYSQL *my= mysql_init(NULL);
char query[1024];
SKIP_SKYSQL;
SKIP_MAXSCALE;
if (!mysql_client_find_plugin(mysql, "client_ed25519", MYSQL_CLIENT_AUTHENTICATION_PLUGIN))
{
diag("client_ed25519 plugin not available");