Fixed regex for template tests skip (#7725)
This commit is contained in:
@@ -15,7 +15,7 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
//
|
||||
R"(.*ExclusiveAsyncRequests.*)",
|
||||
R"(.*ReusableCPUStreamsExecutor.*)",
|
||||
R"(.*SplitLayerTest.*numSplits\=30.*)",
|
||||
R"(.*SplitLayerTest.*numSplits=30.*)",
|
||||
// CVS-51758
|
||||
R"(.*InferRequestPreprocessConversionTest.*oLT=(NHWC|NCHW).*)",
|
||||
R"(.*InferRequestPreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*)",
|
||||
|
||||
Reference in New Issue
Block a user