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

test fix:

skip conc336 when testing against XPAND
This commit is contained in:
Georg Richter
2022-05-05 19:33:01 +02:00
parent e23035d27a
commit 4fc7903cf3

View File

@@ -15,6 +15,9 @@ int main(int argc, char *argv[]) {
if (IS_SKYSQL(hostname))
return 0;
if (IS_XPAND())
SKIP_XPAND;
diag("hostname: %s", hostname);
for (i = 0; i < MAX_COUNT; ++i) {