skip AUTO and MULTI to test

This commit is contained in:
panhaiqi 2023-05-30 19:10:34 +08:00
parent c6a57cb758
commit 199e25c92b

View File

@ -118,7 +118,10 @@ std::vector<std::string> disabledTestPatterns() {
R"(.*ReferenceInterpolate_v11.*data_type=f16.*)",
R"(.*LSTMSequence_With_Hardcoded_Refs.*ReferenceLSTMSequenceTest.*iType=f16.*)",
// CVS-111443
R"(.*eltwiseOpType=Mod_secondaryInputType=PARAMETER_opType=VECTOR_NetType=(f16|f32).*)"
R"(.*eltwiseOpType=Mod_secondaryInputType=PARAMETER_opType=VECTOR_NetType=(f16|f32).*)",
// CVS-94156 AUTO and MULTI does not support
R"(.*smoke_Multi_BehaviorTests/OVCompiledModelBaseTest.canCompileModelwithBrace/targetDevice=MULTI.*)",
R"(.*smoke_Auto_BehaviorTests/OVCompiledModelBaseTest.canCompileModelwithBrace/targetDevice=AUTO.*)"
};
#ifdef _WIN32