diff --git a/modules/ts/src/ts_perf.cpp b/modules/ts/src/ts_perf.cpp index 6a41bc9823..e5a5e31324 100644 --- a/modules/ts/src/ts_perf.cpp +++ b/modules/ts/src/ts_perf.cpp @@ -1958,6 +1958,11 @@ void TestBase::RunPerfTestBody() implConf.GetImpl(); #endif } + catch(SkipTestException&) + { + metrics.terminationReason = performance_metrics::TERM_SKIP_TEST; + return; + } catch(PerfSkipTestException&) { metrics.terminationReason = performance_metrics::TERM_SKIP_TEST;