diff options
author | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2021-08-04 20:43:56 +0700 |
---|---|---|
committer | Dmitry Shulga <dmitry.shulga@mariadb.com> | 2021-08-06 10:26:16 +0700 |
commit | e38b372e7c983f81f62aa1c41a50360a14b8cbcf (patch) | |
tree | b70a16dd19a5b4d1f6c702a2372adfcc46e5f55a | |
parent | fbadc87fcee045d2836a644df3ac83af3e43b20a (diff) | |
download | mariadb-git-bb-10.6-MDEV-26180.tar.gz |
MDEV-26180: follow-up patch to temporary disable the test main.func_group in PS mode.bb-10.6-MDEV-26180
This test fails in case both embedded and PS mode are on.
-rw-r--r-- | mysql-test/main/func_group.test | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/mysql-test/main/func_group.test b/mysql-test/main/func_group.test index 71129352aae..2d26861c710 100644 --- a/mysql-test/main/func_group.test +++ b/mysql-test/main/func_group.test @@ -1,6 +1,10 @@ # # 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; |