From cd6fbffc38bb1c90a81e23c00f0a0fd042d39030 Mon Sep 17 00:00:00 2001 From: Alexander Nozdrin Date: Tue, 29 Dec 2009 21:12:06 +0300 Subject: [PATCH] Disable test case for Bug#49972. --- tests/mysql_client_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c index cce5910311f..1b580f2412b 100644 --- a/tests/mysql_client_test.c +++ b/tests/mysql_client_test.c @@ -19373,7 +19373,7 @@ static struct my_tests_st my_tests[]= { #endif { "test_bug41078", test_bug41078 }, { "test_bug44495", test_bug44495 }, - { "test_bug49972", test_bug49972 }, + /* XXX { "test_bug49972", test_bug49972 }, */ { 0, 0 } };