Exclude sporadic CPU canRun3SyncRequestsConsistentlyFromThreads (#7706)

* Exclude sporadic CPU canRun3SyncRequestsConsistentlyFromThreads

* Update skip_tests_config.cpp

* Fix lint
This commit is contained in:
Alina Kladieva 2021-10-01 12:37:51 +03:00 committed by GitHub
parent a883b5c097
commit 7fd0b9be48
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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