Commit 3bff5b59 authored by kaa@kaamos.(none)'s avatar kaa@kaamos.(none)

Bug#35103 mysql_client_test::test_bug29948 causes sporadic failures

  
Disable test case for bug 29948, which is causing sporadically
failures in other tests inside mysql_client_test.
parent a48f1d24
...@@ -15952,6 +15952,7 @@ static void test_bug27592() ...@@ -15952,6 +15952,7 @@ static void test_bug27592()
DBUG_VOID_RETURN; DBUG_VOID_RETURN;
} }
#if 0
static void test_bug29948() static void test_bug29948()
{ {
...@@ -16027,6 +16028,8 @@ static void test_bug29948() ...@@ -16027,6 +16028,8 @@ static void test_bug29948()
mysql_close(dbc); mysql_close(dbc);
} }
#endif
/** /**
Bug#29306 Truncated data in MS Access with decimal (3,1) columns in a VIEW Bug#29306 Truncated data in MS Access with decimal (3,1) columns in a VIEW
*/ */
...@@ -16553,7 +16556,7 @@ static struct my_tests_st my_tests[]= { ...@@ -16553,7 +16556,7 @@ static struct my_tests_st my_tests[]= {
{ "test_bug28505", test_bug28505 }, { "test_bug28505", test_bug28505 },
{ "test_bug28934", test_bug28934 }, { "test_bug28934", test_bug28934 },
{ "test_bug27592", test_bug27592 }, { "test_bug27592", test_bug27592 },
{ "test_bug29948", test_bug29948 }, /* { "test_bug29948", test_bug29948 }, Bug#35103 */
{ "test_bug29306", test_bug29306 }, { "test_bug29306", test_bug29306 },
{ "test_bug31669", test_bug31669 }, { "test_bug31669", test_bug31669 },
{ "test_bug32265", test_bug32265 }, { "test_bug32265", test_bug32265 },
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment