From bb28eb7209df4ef51b24b33218218e670a1c7602 Mon Sep 17 00:00:00 2001 From: Alexander Peskov Date: Mon, 19 Oct 2020 20:17:50 +0300 Subject: [PATCH] Loop tests enabled back Signed-off-by: Alexander Peskov --- .../functional/plugin/cpu/shared_tests_instances/skip_tests_config.cpp | 2 -- 1 file changed, 2 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 052527c..eff5c10 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 @@ -53,8 +53,6 @@ std::vector disabledTestPatterns() { // TODO: Issue: 38841 R"(.*TopKLayerTest.*k=10.*mode=min.*sort=index.*)", R"(.*TopKLayerTest.*k=5.*sort=(none|index).*)", - // TODO: not supported yet, ticket 37690 - R"(.*Loop.*)", // TODO: Issue: 41694 R"(.*smoke_Set2.*CTCLossLayerTest.*)", }; -- 2.7.4