Skip to content

Commit b945e36

Browse files
committed
Skip old mobilenet in cpp tests
1 parent 7972294 commit b945e36

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/cpp/accuracy/test_accuracy.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,9 @@ TEST_P(ModelParameterizedTest, AccuracyTest) {
131131
if (name.find("action_cls_xd3_kinetic") != std::string::npos) {
132132
GTEST_SKIP() << "ActionClassificationModel is not supported in C++ implementation";
133133
}
134+
if (name.find("mobilenet_v3_large_hc_cf") != std::string::npos) {
135+
GTEST_SKIP() << "mobilenet_v3_large_hc_cf fails in OV 2025.0";
136+
}
134137
if (name.find("sam_vit_b") != std::string::npos) {
135138
GTEST_SKIP() << "SAM-based models are not supported in C++ implementation";
136139
}

0 commit comments

Comments
 (0)