Exclude sporadic CPU canRun3SyncRequestsConsistentlyFromThreads (#7706)
* Exclude sporadic CPU canRun3SyncRequestsConsistentlyFromThreads * Update skip_tests_config.cpp * Fix lint
This commit is contained in:
parent
a883b5c097
commit
7fd0b9be48
@ -96,6 +96,10 @@ std::vector<std::string> disabledTestPatterns() {
|
||||
|
||||
// Issue: 62746
|
||||
R"(smoke_CachingSupportCase_CPU/LoadNetworkCacheTestBase.CompareWithRefImpl/ReadConcatSplitAssign_f32_batch1_CPU)",
|
||||
|
||||
// TODO: Issue CVS-51680
|
||||
R"(.*BehaviorTests.*canRun3SyncRequestsConsistentlyFromThreads.*CPU_THROUGHPUT.*)",
|
||||
|
||||
// Issue 66685
|
||||
R"(smoke_PrePostProcess.*resize_linear_nhwc.*)",
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user