Skip to content

Commit

Permalink
Remove skipped tc
Browse files Browse the repository at this point in the history
  • Loading branch information
sungchul2 committed Jul 17, 2023
1 parent 64cd0f1 commit 2cf4828
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions tests/e2e/cli/visual_prompting/test_visual_prompting.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,27 +121,3 @@ def test_otx_export_fp16(self, template, tmp_dir_path):
def test_otx_eval_openvino(self, template, tmp_dir_path, half_precision):
tmp_dir_path = tmp_dir_path / "visual_prompting"
otx_eval_openvino_testing(template, tmp_dir_path, otx_dir, args, threshold=0.2, half_precision=half_precision)

@e2e_pytest_component
@pytest.mark.skip("PTQ for visual prompting still seems unstable, skipped.")
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
@pytest.mark.parametrize("template", templates, ids=templates_ids)
def test_pot_optimize(self, template, tmp_dir_path):
tmp_dir_path = tmp_dir_path / "visual_prompting"
pot_optimize_testing(template, tmp_dir_path, otx_dir, args, is_visual_prompting=True)

@e2e_pytest_component
@pytest.mark.skip("PTQ for visual prompting still seems unstable, skipped.")
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
@pytest.mark.parametrize("template", templates, ids=templates_ids)
def test_pot_validate_fq(self, template, tmp_dir_path):
tmp_dir_path = tmp_dir_path / "visual_prompting"
pot_validate_fq_testing(template, tmp_dir_path, otx_dir, "visual_prompting", type(self).__name__)

@e2e_pytest_component
@pytest.mark.skip("PTQ for visual prompting still seems unstable, skipped.")
@pytest.mark.skipif(TT_STABILITY_TESTS, reason="This is TT_STABILITY_TESTS")
@pytest.mark.parametrize("template", templates, ids=templates_ids)
def test_pot_eval(self, template, tmp_dir_path):
tmp_dir_path = tmp_dir_path / "visual_prompting"
pot_eval_testing(template, tmp_dir_path, otx_dir, args)

0 comments on commit 2cf4828

Please sign in to comment.