Disabled perf test for IntelligentScissors as it's too long.

This commit is contained in:
Alexander Smorkalov
2026-09-10 10:16:51 +03:00
parent 29f2b63f16
commit 32d66c4335

View File

@@ -8,7 +8,8 @@ namespace opencv_test { namespace {
typedef perf::TestBaseWithParam<int> TestIntelligentScissorsMB;
PERF_TEST_P(TestIntelligentScissorsMB, buildMap, testing::Values( IMREAD_GRAYSCALE, IMREAD_COLOR ))
PERF_TEST_P(TestIntelligentScissorsMB, DISABLED_buildMap, testing::Values( IMREAD_GRAYSCALE, IMREAD_COLOR ))
{
const int flags = GetParam();