From 8872d2ee71cc65826909f6a64413ee46d1c5218d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marko=20M=C3=A4kel=C3=A4?= Date: Thu, 6 Oct 2022 12:33:40 +0300 Subject: [PATCH] MDEV-29710: Disable a timing-sensitive test on Valgrind --- mysql-test/main/func_json_notembedded.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/main/func_json_notembedded.test b/mysql-test/main/func_json_notembedded.test index b33615060b4..893b248301c 100644 --- a/mysql-test/main/func_json_notembedded.test +++ b/mysql-test/main/func_json_notembedded.test @@ -1,5 +1,6 @@ source include/have_profiling.inc; source include/not_embedded.inc; +source include/no_valgrind_without_big.inc; set global max_allowed_packet=1073741824; connect u,localhost,root;