diff --git a/modules/photo/perf/perf_intelligent_scissors.cpp b/modules/photo/perf/perf_intelligent_scissors.cpp index 703ef9cfd2..368f82786e 100644 --- a/modules/photo/perf/perf_intelligent_scissors.cpp +++ b/modules/photo/perf/perf_intelligent_scissors.cpp @@ -8,7 +8,8 @@ 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();