Fixes skip tests config after tests renaming (#6231)
Signed-off-by: Gladilov, Gleb <gleb.gladilov@intel.com>
This commit is contained in:
parent
b6e62e7a0b
commit
63211d548f
@ -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.*",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user