From 9051bd7d58cf2f470c9e7a1dc8dcfd2a4ffae794 Mon Sep 17 00:00:00 2001 From: Pawel Raasz Date: Wed, 20 Nov 2024 17:16:16 +0100 Subject: [PATCH] [tests] CPU plugin, enable SimpleIfTest (#27567) ### Details: - Enable simple `If` test for CPU plugin, Test pass as tensor names are not checked. - PR #25954 fixes issue with tensor names for `unroll_if` transformation when `If` operator has got simple body like `Parameter -> Result` ### Tickets: - CVS-114763 Signed-off-by: Raasz, Pawel --- .../functional/shared_tests_instances/skip_tests_config.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp index 90820d550df179..6103ecf0dd11f9 100644 --- a/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp +++ b/src/plugins/intel_cpu/tests/functional/shared_tests_instances/skip_tests_config.cpp @@ -159,8 +159,6 @@ std::vector disabledTestPatterns() { R"(.*InferRequestPreprocessTest.*SetPreProcessToInferRequest.*)", // Plugin version was changed to ov::Version R"(.*VersionTest.pluginCurrentVersionIsCorrect.*)", - // Issue: 113703, 114763 - R"(.*smoke_If/SimpleIfTest.*Cond=0.*)", // Issue: 114765 R"(.*smoke_PSROIPoolingAverageLayoutTest/PSROIPoolingLayerCPUTest.*bf16.*)", R"(.*smoke_PSROIPoolingBilinearLayoutTest/PSROIPoolingLayerCPUTest.*bf16.*)",