moved CvGBTrees_test test to blacklist (issue 630)
This commit is contained in:
@@ -45,9 +45,10 @@ CvTS test_system("ml");
|
|||||||
|
|
||||||
const char* blacklist[] =
|
const char* blacklist[] =
|
||||||
{
|
{
|
||||||
"kmeans", //ticket 616
|
"kmeans", //ticket 616
|
||||||
"artrees", //ticket 460
|
"artrees", //ticket 460
|
||||||
"aboost", //ticket 474
|
"aboost", //ticket 474
|
||||||
|
"CvGBTrees_test", //ticket 630
|
||||||
0
|
0
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user