summaryrefslogtreecommitdiff
path: root/mysql-test/main/mdev-21101.test
diff options
context:
space:
mode:
authorVladislav Vaintroub <wlad@mariadb.com>2020-07-30 12:08:07 +0200
committerVladislav Vaintroub <wlad@mariadb.com>2020-07-30 12:08:07 +0200
commit0435fcf90b0afa97b468f9eb5dbdf00349325e35 (patch)
treedbcdfe1ff8223c1a9fd34175931ef85777a76b02 /mysql-test/main/mdev-21101.test
parent71015d844e3f25a0c4eada9827a1dad464a4fdce (diff)
downloadmariadb-git-0435fcf90b0afa97b468f9eb5dbdf00349325e35.tar.gz
MDEV-21101 skip test for embedded
Diffstat (limited to 'mysql-test/main/mdev-21101.test')
-rw-r--r--mysql-test/main/mdev-21101.test1
1 files changed, 1 insertions, 0 deletions
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.