Skip to content

Commit cafa010

Browse files
committed
dnn(test): skip tests
1 parent 8bc8a94 commit cafa010

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

modules/dnn/perf/perf_net.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ PERF_TEST_P_(DNNTestNetwork, FastNeuralStyle_eccv16)
222222

223223
PERF_TEST_P_(DNNTestNetwork, Inception_v2_Faster_RCNN)
224224
{
225+
#if defined(INF_ENGINE_RELEASE) && INF_ENGINE_VER_MAJOR_EQ(2019010000)
226+
if (backend == DNN_BACKEND_INFERENCE_ENGINE)
227+
throw SkipTestException("Test is disabled in OpenVINO 2019R1");
228+
#endif
225229
if (backend == DNN_BACKEND_HALIDE ||
226230
(backend == DNN_BACKEND_INFERENCE_ENGINE && target != DNN_TARGET_CPU) ||
227231
(backend == DNN_BACKEND_OPENCV && target == DNN_TARGET_OPENCL_FP16))

0 commit comments

Comments
 (0)