diff options
author | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2021-06-16 13:18:29 +0200 |
---|---|---|
committer | Sergei Golubchik <serg@mariadb.org> | 2021-06-17 19:30:24 +0200 |
commit | 510662e81bf4d294bf012897bc1e6122c9ca5e07 (patch) | |
tree | 083e6a9348ad1e082f13a2e302bc8a56b94312c2 /mysql-test/main/func_group.test | |
parent | 97e8d27bed097e6be2c2924077d6f4fd16f94280 (diff) | |
download | mariadb-git-510662e81bf4d294bf012897bc1e6122c9ca5e07.tar.gz |
MDEV-16708: more fixes to test cases
Diffstat (limited to 'mysql-test/main/func_group.test')
-rw-r--r-- | mysql-test/main/func_group.test | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mysql-test/main/func_group.test b/mysql-test/main/func_group.test index 71129352aae..949d40dda1a 100644 --- a/mysql-test/main/func_group.test +++ b/mysql-test/main/func_group.test @@ -2,6 +2,11 @@ # simple test of all group functions # +if (`SELECT $PS_PROTOCOL != 0`) +{ + --skip Test temporarily disabled for ps-protocol +} + --disable_warnings drop table if exists t1,t2,t3,t4,t5,t6; --enable_warnings |