diff --git a/modules/imgproc/perf/perf_intelligent_scissors.cpp b/modules/imgproc/perf/perf_intelligent_scissors.cpp index 703ef9cfd2..793169ae99 100644 --- a/modules/imgproc/perf/perf_intelligent_scissors.cpp +++ b/modules/imgproc/perf/perf_intelligent_scissors.cpp @@ -8,7 +8,7 @@ namespace opencv_test { namespace { typedef perf::TestBaseWithParam 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();