You've already forked mariadb-connector-c
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:
@@ -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) {
|
||||
|
Reference in New Issue
Block a user