Fixed regex for template tests skip (#7725)

This commit is contained in:
Ilya Lavrenov
2021-09-29 01:58:02 +03:00
committed by GitHub
parent a5250fd0fc
commit d074eea063

View File

@@ -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.*)",