From 071682629bd5d76ac3e478fba108a9faf563a566 Mon Sep 17 00:00:00 2001 From: Gorokhov Dmitriy Date: Mon, 6 Jul 2020 16:22:59 +0300 Subject: [PATCH] [CPU][TESTS] Disabled sporadically failed Core treading test on Windows (#1227) --- .../plugin/cpu/shared_tests_instances/skip_tests_config.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 3506a1fed67..5d378d9bbd9 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 @@ -33,8 +33,9 @@ std::vector disabledTestPatterns() { R"(.*Reduce.*axes=\(0\.3\)_type=Prod.*)", // TODO: Issue 34055 R"(.*RangeLayerTest.*)", + // TODO: Issue 34092 #if (defined(_WIN32) || defined(_WIN64)) - R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*(targetDevice=HETERO).*)", + R"(.*(CoreThreadingTestsWithIterations).*(smoke_LoadNetworkAccuracy).*)", #endif // TODO: Issue: 34348 R"(.*IEClassGetAvailableDevices.*)",