Skip to content

Commit 054f2c1

Browse files
authored
[FIX] Add skip instance segmentation deploy E2E tests (#1898)
Add skip instance seg deploy test
1 parent 462988b commit 054f2c1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/cli/detection/test_instance_segmentation.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,13 +164,15 @@ def test_otx_deploy_openvino(self, template, tmp_dir_path):
164164
@e2e_pytest_component
165165
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
166166
@pytest.mark.parametrize("template", templates, ids=templates_ids)
167+
@pytest.mark.skip(reason="CVS-104657")
167168
def test_otx_eval_deployment(self, template, tmp_dir_path):
168169
tmp_dir_path = tmp_dir_path / "ins_seg"
169170
otx_eval_deployment_testing(template, tmp_dir_path, otx_dir, args, threshold=0.0)
170171

171172
@e2e_pytest_component
172173
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
173174
@pytest.mark.parametrize("template", templates, ids=templates_ids)
175+
@pytest.mark.skip(reason="CVS-104657")
174176
def test_otx_demo_deployment(self, template, tmp_dir_path):
175177
tmp_dir_path = tmp_dir_path / "ins_seg"
176178
otx_demo_deployment_testing(template, tmp_dir_path, otx_dir, args)

0 commit comments

Comments
 (0)