summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorunknown <davi@mysql.com/endora.local>2008-02-27 13:05:46 -0300
committerunknown <davi@mysql.com/endora.local>2008-02-27 13:05:46 -0300
commite78d896c3feb16cec7bdecc6ea3733730a3826c1 (patch)
tree8016a06109eaf7e0ff04f5079027f4f4b35f8ab2 /tests
parenta86e504f595f60bae52567bd6a66e5379ac0d377 (diff)
downloadmariadb-git-e78d896c3feb16cec7bdecc6ea3733730a3826c1.tar.gz
Bug#34889 mysql_client_test::test_mysql_insert_id test fails sporadically
Disable the test case. tests/mysql_client_test.c: Disable test case.
Diffstat (limited to 'tests')
-rw-r--r--tests/mysql_client_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mysql_client_test.c b/tests/mysql_client_test.c
index 56c4cff3e5a..429f6688759 100644
--- a/tests/mysql_client_test.c
+++ b/tests/mysql_client_test.c
@@ -16527,7 +16527,7 @@ static struct my_tests_st my_tests[]= {
{ "test_bug17667", test_bug17667 },
{ "test_bug19671", test_bug19671 },
{ "test_bug15752", test_bug15752 },
- { "test_mysql_insert_id", test_mysql_insert_id },
+ /* { "test_mysql_insert_id", test_mysql_insert_id }, Bug#34889 */
{ "test_bug21206", test_bug21206 },
{ "test_bug21726", test_bug21726 },
{ "test_bug15518", test_bug15518 },