From 0435fcf90b0afa97b468f9eb5dbdf00349325e35 Mon Sep 17 00:00:00 2001 From: Vladislav Vaintroub Date: Thu, 30 Jul 2020 12:08:07 +0200 Subject: [PATCH] MDEV-21101 skip test for embedded --- mysql-test/main/mdev-21101.test | 1 + 1 file changed, 1 insertion(+) diff --git a/mysql-test/main/mdev-21101.test b/mysql-test/main/mdev-21101.test index 9b43c60ec88..627e86462a1 100644 --- a/mysql-test/main/mdev-21101.test +++ b/mysql-test/main/mdev-21101.test @@ -1,3 +1,4 @@ +--source include/not_embedded.inc # Test that wait_timeout does not cause connection to be closed, when connection is delayed due to # threadpool internal problems, e.g misconfiguration - too few threads and queueing. # So if client did not cause wait_timeout, do not report it either.