disable binder related tests (#13399)

Signed-off-by: fishbell <bell.song@intel.com>

Signed-off-by: fishbell <bell.song@intel.com>
This commit is contained in:
yanlan song 2022-10-12 09:12:42 +08:00 committed by GitHub
parent d6694e4820
commit 37a0afa330
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -107,5 +107,7 @@ std::vector<std::string> disabledTestPatterns() {
R"(smoke_Basic/SqueezeUnsqueezeLayerTest.CompareWithRefs/OpType=Unsqueeze_IS=\(1.1.1.1\)_Axes=\((0.1.2|0.2.3|1.2.3|0.1.2.3|)\)_.*)",
// Issue: 90539
R"(smoke_AutoBatch_BehaviorTests/OVInferRequestIOTensorTest.InferStaticNetworkSetInputTensor/targetDevice=BATCH.*)",
// Issue: 90183
R"(.*VirtualPlugin.*BehaviorTests.*OVHoldersTestWithConfig.*LoadedTensor.*target_device=MULTI.*)",
};
}