From 02023b5fbd536937c52bb1f0aaa75024e4322338 Mon Sep 17 00:00:00 2001 From: vurusovs Date: Thu, 29 Feb 2024 18:12:00 +0400 Subject: [PATCH] Unskip `SplitLayerTest` in template scope --- src/plugins/template/tests/functional/skip_tests_config.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/plugins/template/tests/functional/skip_tests_config.cpp b/src/plugins/template/tests/functional/skip_tests_config.cpp index eac640ebfe40f3..297cba2660d11d 100644 --- a/src/plugins/template/tests/functional/skip_tests_config.cpp +++ b/src/plugins/template/tests/functional/skip_tests_config.cpp @@ -21,9 +21,6 @@ std::vector disabledTestPatterns() { // unsupported metrics R"(.*smoke_OVGetMetricPropsTest.*OVGetMetricPropsTest.*(RANGE_FOR_STREAMS|MAX_BATCH_SIZE).*)", - // CVS-55937 - R"(.*SplitLayerTest.*numSplits=30.*)", - // CVS-64094 R"(.*ReferenceLogSoftmaxLayerTest.*4.*iType=f16.*axis=.*1.*)", // CVS-64012