From 63211d548f5ed960e269ba6fa9e0015885cc96ba Mon Sep 17 00:00:00 2001 From: "Gladilov, Gleb" Date: Fri, 18 Jun 2021 13:34:30 +0300 Subject: [PATCH] Fixes skip tests config after tests renaming (#6231) Signed-off-by: Gladilov, Gleb --- docs/template_plugin/tests/functional/skip_tests_config.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/template_plugin/tests/functional/skip_tests_config.cpp b/docs/template_plugin/tests/functional/skip_tests_config.cpp index 252ed7c9a71..8d100118a9d 100644 --- a/docs/template_plugin/tests/functional/skip_tests_config.cpp +++ b/docs/template_plugin/tests/functional/skip_tests_config.cpp @@ -10,10 +10,10 @@ std::vector disabledTestPatterns() { return { ".*ExclusiveAsyncRequests.*", - ".*reusableCPUStreamsExecutor.*", + ".*ReusableCPUStreamsExecutor.*", R"(.*SplitLayerTest.*numSplits\=30.*)", // CVS-51758 ".*PreprocessConversionTest.*oLT=NHWC.*", ".*PreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*", }; -} \ No newline at end of file +}