Skip sporadically failing tests (#12589)

This commit is contained in:
Alina Kladieva
2022-08-17 14:10:37 +02:00
committed by GitHub
parent 8a027f4e42
commit 693a2334a7

View File

@@ -96,5 +96,7 @@ std::vector<std::string> disabledTestPatterns() {
// Issue: CVS-88667 - Need to verify hetero interoperability
R"(.*nightly_OVClassHeteroExecutableNetworlGetMetricTest.*SUPPORTED_(CONFIG_KEYS|METRICS).*)",
R"(.*VirtualPlugin.*BehaviorTests.*OVHoldersTest.*LoadedTensor.*target_device=AUTO.*)",
// TODO: Issue: 89555
R"(.*CoreThreadingTests.*smoke.*Network.*)",
};
}