enable tests (#15017)

Signed-off-by: fishbell <bell.song@intel.com>
This commit is contained in:
yanlan song 2023-02-06 10:03:31 +08:00 committed by GitHub
parent 5cb23b9a74
commit 4ba30a4afa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,7 +107,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*smoke_VirtualPlugin_BehaviorTests.*LoadedRemoteContext.*)",
// 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.*)",
// Assign-3/ReadValue-3 does not have evaluate() methods; ref implementation does not save the value across the inferences.
@ -118,8 +117,6 @@ std::vector<std::string> disabledTestPatterns() {
R"(smoke_AutoBatch_BehaviorTests/OVInferRequestIOTensorTest.InferStaticNetworkSetInputTensor/targetDevice=BATCH.*)",
// TODO: range input with one element should NOT be regarded as dynamic batch model in Program::IsDynBatchModel().
R"(.*smoke_select_CompareWithRefsNumpy_dynamic_range.*)",
// Issue: 90183
R"(.*VirtualPlugin.*BehaviorTests.*OVHoldersTestWithConfig.*LoadedTensor.*target_device=MULTI.*)",
R"(.*CachingSupportCase.*LoadNetworkCacheTestBase.*CompareWithRefImpl.*)",
#if defined(_WIN32) || defined(_WIN64)
R"(.*Auto_KernelCachingSupportCase.*CanCreateCacheDirAndDumpBinariesUnicodePath.*)",