[VPU] Enable some tests (#8438)

Removed several tests from skip list, as they currently work on U20
This commit is contained in:
Anton Dudchenko
2021-11-24 14:17:04 +03:00
committed by GitHub
parent 2a9d3ab95f
commit 2da56312e6

View File

@@ -49,11 +49,6 @@ std::vector<std::string> disabledTestPatterns() {
// TODO: Issue 57108
R"(.*QueryNetworkHETEROWithMULTINoThrow_V10.*)",
R"(.*QueryNetworkMULTIWithHETERONoThrow_V10.*)",
// TODO: Issue 58162
R"(.*HoldersTestOnImportedNetwork\.CreateRequestWithCoreRemoved.*)",
// TODO: Issue 58621
R"(.*IEClassNetworkTestP\.LoadNetworkActualNoThrow.*)",
R"(.*IEClassNetworkTestP\.LoadNetworkActualHeteroDeviceNoThrow.*)",
// Not implemented yet:
R"(.*Behavior.*ExecutableNetworkBaseTest.*canSetConfigToExecNet.*)",
R"(.*Behavior.*ExecutableNetworkBaseTest.*canExport.*)",