Skip to content

Commit

Permalink
add skip TCs due to the issue #2548
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu committed Oct 12, 2023
1 parent 31f4e7c commit c380116
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/e2e/cli/detection/test_detection.py
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,8 @@ def test_otx_eval(self, template, tmp_dir_path):
@pytest.mark.parametrize("template", templates, ids=templates_ids)
@pytest.mark.parametrize("half_precision", [True, False])
def test_otx_eval_openvino(self, template, tmp_dir_path, half_precision):
if template.name == "YOLOX-L" or template.name == "SSD":
pytest.skip(reason="Issue#2548: Exported model performance is too low")
tmp_dir_path = tmp_dir_path / "detection"
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=0.2, half_precision=half_precision)

Expand Down

0 comments on commit c380116

Please sign in to comment.