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

SKIP debug test if testing with Xpand.

This commit is contained in:
Georg Richter
2023-02-18 08:33:49 +01:00
parent 780c330f38
commit 80f18e417f

View File

@@ -40,6 +40,7 @@ static int test_bug28075(MYSQL *mysql)
SKIP_SKYSQL; SKIP_SKYSQL;
SKIP_MAXSCALE; SKIP_MAXSCALE;
SKIP_XPAND;
rc= mysql_dump_debug_info(mysql); rc= mysql_dump_debug_info(mysql);
check_mysql_rc(rc, mysql); check_mysql_rc(rc, mysql);