Enabled several CPU tests (#7724)

This commit is contained in:
Ilya Lavrenov 2021-09-29 20:51:23 +03:00 committed by GitHub
parent 62ed238f54
commit 1f5355cd07
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,10 +67,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*BF16NetworkRestore1.*)", R"(.*BF16NetworkRestore1.*)",
R"(.*MobileNet_ssd_with_branching.*)", R"(.*MobileNet_ssd_with_branching.*)",
// TODO: 55656 AUTO plugin and QueryNetwork
R"(.*CoreThreading.*smoke_QueryNetwork.*targetDevice=AUTO_config.*)",
// Unsupported config KEY_ENFORCE_BF16 for AUTO plugin
R"(.*Behavior_Auto.*InferRequestSetBlobByType.*)",
// TODO: 57562 No dynamic output shape support // TODO: 57562 No dynamic output shape support
R"(.*NonZeroLayerTest.*)", R"(.*NonZeroLayerTest.*)",
// need to implement Export / Import // need to implement Export / Import