From 1f5355cd0761a3dbdc59fd7305c05b321fdb6e2c Mon Sep 17 00:00:00 2001 From: Ilya Lavrenov Date: Wed, 29 Sep 2021 20:51:23 +0300 Subject: [PATCH] Enabled several CPU tests (#7724) --- .../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 0413abde981..d801b94deef 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 @@ -67,10 +67,6 @@ std::vector disabledTestPatterns() { R"(.*BF16NetworkRestore1.*)", R"(.*MobileNet_ssd_with_branching.*)", - // TODO: 55656 AUTO plugin and QueryNetwork - R"(.*CoreThreading.*smoke_QueryNetwork.*targetDevice=AUTO_config.*)", - // Unsupported config KEY_ENFORCE_BF16 for AUTO plugin - R"(.*Behavior_Auto.*InferRequestSetBlobByType.*)", // TODO: 57562 No dynamic output shape support R"(.*NonZeroLayerTest.*)", // need to implement Export / Import