Skip to content

Commit bbf3f96

Browse files
authored
[TESTS] Disable onnx_model_nonmaxsuppression_default_score_threshold test (#32442)
### Details: - The test fails sporadically, disabling ### Tickets: - 122120
1 parent 9c47eb1 commit bbf3f96

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/frontends/onnx/tests/onnx_import.in.cpp

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -948,12 +948,7 @@ OPENVINO_TEST(${BACKEND_NAME}, onnx_model_nonmaxsuppression_v9_single_box) {
948948
test_case.run();
949949
}
950950

951-
OPENVINO_TEST(${BACKEND_NAME}, onnx_model_nonmaxsuppression_default_score_threshold) {
952-
// TEMPLATE plugin has a run-to-run issue with this test, CVS-127743, CVS-122120
953-
if (std::string("${BACKEND_NAME}") == std::string("INTERPRETER")) {
954-
GTEST_SKIP();
955-
}
956-
951+
OPENVINO_TEST(${BACKEND_NAME}, DISABLED_onnx_model_nonmaxsuppression_default_score_threshold) { // issue 122120
957952
auto model = convert_model("nms_default_score_threshold.onnx");
958953
auto test_case = ov::test::TestCase(model, s_device);
959954

0 commit comments

Comments
 (0)