diff options
author | Alexander Nozdrin <alik@sun.com> | 2009-12-29 21:12:06 +0300 |
---|---|---|
committer | Alexander Nozdrin <alik@sun.com> | 2009-12-29 21:12:06 +0300 |
commit | 1c327209e1512174d3353af0e079a45b9bb38e1e (patch) | |
tree | c007f63aa6123f1db5eba25c6509b2a14a11356e /tests | |
parent | 5ba347944be4589cf75a1d2362f4e8a4573356e3 (diff) | |
download | mariadb-git-1c327209e1512174d3353af0e079a45b9bb38e1e.tar.gz |
Disable test case for Bug#49972.
Diffstat (limited to 'tests')
-rw-r--r-- | tests/mysql_client_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 } }; |