mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 10:14:19 +01:00
Bug#34889 mysql_client_test::test_mysql_insert_id test fails sporadically
Disable the test case. tests/mysql_client_test.c: Disable test case.
This commit is contained in:
parent
a86e504f59
commit
e78d896c3f
1 changed files with 1 additions and 1 deletions
|
@ -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 },
|
||||
|
|
Loading…
Add table
Reference in a new issue