From 602224facb479ab9bf905a91ad2b0af4904ba879 Mon Sep 17 00:00:00 2001 From: Maksim Kutakov Date: Mon, 12 Apr 2021 19:57:34 +0300 Subject: [PATCH] CoreThreadingTestsWithIterations Win test is brought back. (#4418) --- .../plugin/cpu/shared_tests_instances/skip_tests_config.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp b/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp index 0298734feaf..ca02fd00845 100644 --- a/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp +++ b/inference-engine/tests/functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp @@ -27,10 +27,6 @@ std::vector disabledTestPatterns() { R"(.*RangeLayerTest.*)", R"(.*(RangeAddSubgraphTest).*Start=1.2.*Stop=(5.2|-5.2).*Step=(0.1|-0.1).*netPRC=FP16.*)", R"(.*(RangeNumpyAddSubgraphTest).*netPRC=FP16.*)", - // TODO: Issue: 34083 -#if (defined(_WIN32) || defined(_WIN64)) - R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*)", -#endif // TODO: Issue: 43793 R"(.*(PreprocessTest).*(SetScalePreProcessSetBlob).*)", R"(.*(PreprocessTest).*(SetScalePreProcessGetBlob).*)",