mirror of
https://github.com/opencv/opencv.git
synced 2025-01-18 06:03:15 +08:00
moved CvGBTrees_test test to blacklist (issue 630)
This commit is contained in:
parent
2c39f0ee33
commit
949d31093e
@ -45,9 +45,10 @@ CvTS test_system("ml");
|
||||
|
||||
const char* blacklist[] =
|
||||
{
|
||||
"kmeans", //ticket 616
|
||||
"artrees", //ticket 460
|
||||
"aboost", //ticket 474
|
||||
"kmeans", //ticket 616
|
||||
"artrees", //ticket 460
|
||||
"aboost", //ticket 474
|
||||
"CvGBTrees_test", //ticket 630
|
||||
0
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user