Skip to content

Commit 2190a51

Browse files
authored
Add skip to chained TC for issue #2548 (#2552)
1 parent 72ebf7a commit 2190a51

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
@@ -221,6 +221,8 @@ def test_otx_deploy_openvino(self, template, tmp_dir_path):
221221
def test_otx_eval_deployment(self, template, tmp_dir_path):
222222
if template.name == "YOLOX-L":
223223
pytest.skip(reason="Issue#2518: YOLOX-L, Tiling-ATSS showed 0.0 after export")
224+
if template.name == "SSD":
225+
pytest.skip(reason="Issue#2548: Exported model performance is too low")
224226
tmp_dir_path = tmp_dir_path / "detection"
225227
otx_eval_deployment_testing(template, tmp_dir_path, otx_dir, args, threshold=0.0)
226228

0 commit comments

Comments
 (0)