Skip to content

Commit

Permalink
Add skip to chained TC for issue #2548 (#2552)
Browse files Browse the repository at this point in the history
  • Loading branch information
yunchu authored Oct 12, 2023
1 parent 72ebf7a commit 2190a51
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 @@ -221,6 +221,8 @@ def test_otx_deploy_openvino(self, template, tmp_dir_path):
def test_otx_eval_deployment(self, template, tmp_dir_path):
if template.name == "YOLOX-L":
pytest.skip(reason="Issue#2518: YOLOX-L, Tiling-ATSS showed 0.0 after export")
if template.name == "SSD":
pytest.skip(reason="Issue#2548: Exported model performance is too low")
tmp_dir_path = tmp_dir_path / "detection"
otx_eval_deployment_testing(template, tmp_dir_path, otx_dir, args, threshold=0.0)

Expand Down

0 comments on commit 2190a51

Please sign in to comment.