Skip to content

Commit 72ebf7a

Browse files
authored
Skip e2e det tests by issue2548 (#2550)
1 parent 31f4e7c commit 72ebf7a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/cli/detection/test_detection.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -147,6 +147,8 @@ def test_otx_eval(self, template, tmp_dir_path):
147147
@pytest.mark.parametrize("template", templates, ids=templates_ids)
148148
@pytest.mark.parametrize("half_precision", [True, False])
149149
def test_otx_eval_openvino(self, template, tmp_dir_path, half_precision):
150+
if template.name == "YOLOX-L" or template.name == "SSD":
151+
pytest.skip(reason="Issue#2548: Exported model performance is too low")
150152
tmp_dir_path = tmp_dir_path / "detection"
151153
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=0.2, half_precision=half_precision)
152154

0 commit comments

Comments
 (0)