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
Skip test conc_336 if we test against XPAND
Due to timeout problems when testing against XPAND, conc_336 will be disabled if tested with XPAND.
This commit is contained in:
@@ -12,6 +12,9 @@ int main(int argc, char *argv[]) {
|
|||||||
|
|
||||||
get_envvars();
|
get_envvars();
|
||||||
|
|
||||||
|
if (IS_XPAND())
|
||||||
|
SKIP_XPAND;
|
||||||
|
|
||||||
if (IS_SKYSQL(hostname))
|
if (IS_SKYSQL(hostname))
|
||||||
return 0;
|
return 0;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user