Fixes skip tests config after tests renaming (#6231)

Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
This commit is contained in:
Gladilov, Gleb 2021-06-18 13:34:30 +03:00 committed by GitHub
parent b6e62e7a0b
commit 63211d548f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,10 +10,10 @@
std::vector<std::string> disabledTestPatterns() { std::vector<std::string> disabledTestPatterns() {
return { return {
".*ExclusiveAsyncRequests.*", ".*ExclusiveAsyncRequests.*",
".*reusableCPUStreamsExecutor.*", ".*ReusableCPUStreamsExecutor.*",
R"(.*SplitLayerTest.*numSplits\=30.*)", R"(.*SplitLayerTest.*numSplits\=30.*)",
// CVS-51758 // CVS-51758
".*PreprocessConversionTest.*oLT=NHWC.*", ".*PreprocessConversionTest.*oLT=NHWC.*",
".*PreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*", ".*PreprocessDynamicallyInSetBlobTest.*oPRC=0.*oLT=1.*",
}; };
} }