1
0
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:
Georg Richter
2022-05-04 14:59:14 +02:00
parent 0d20e47fe5
commit 3ec6ba753d

View File

@@ -12,6 +12,9 @@ int main(int argc, char *argv[]) {
get_envvars();
if (IS_XPAND())
SKIP_XPAND;
if (IS_SKYSQL(hostname))
return 0;