disabling tests for template plugin that fails due to missing impl (CVS-66280) (#7651)
This commit is contained in:
parent
0efc1a0763
commit
920e58caba
@ -9,6 +9,10 @@
|
|||||||
|
|
||||||
std::vector<std::string> disabledTestPatterns() {
|
std::vector<std::string> disabledTestPatterns() {
|
||||||
return {
|
return {
|
||||||
|
// CVS-66280
|
||||||
|
R"(.*canLoadCorrectNetworkAndCheckConfig.*)",
|
||||||
|
R"(.*canSetCorrectConfigLoadNetworkAndCheckConfig.*)",
|
||||||
|
//
|
||||||
R"(.*ExclusiveAsyncRequests.*)",
|
R"(.*ExclusiveAsyncRequests.*)",
|
||||||
R"(.*ReusableCPUStreamsExecutor.*)",
|
R"(.*ReusableCPUStreamsExecutor.*)",
|
||||||
R"(.*SplitLayerTest.*numSplits\=30.*)",
|
R"(.*SplitLayerTest.*numSplits\=30.*)",
|
||||||
|
Loading…
Reference in New Issue
Block a user