@@ -192,7 +192,6 @@ def test_otx_hpo(self, template, tmp_dir_path):
192192 @e2e_pytest_component
193193 @pytest .mark .skipif (TT_STABILITY_TESTS , reason = "This is TT_STABILITY_TESTS" )
194194 @pytest .mark .parametrize ("template" , templates , ids = templates_ids )
195- @pytest .mark .skip (reason = "CVS-98026" )
196195 def test_nncf_optimize (self , template , tmp_dir_path ):
197196 tmp_dir_path = tmp_dir_path / "tiling_ins_seg"
198197 if template .entrypoints .nncf is None :
@@ -203,7 +202,6 @@ def test_nncf_optimize(self, template, tmp_dir_path):
203202 @e2e_pytest_component
204203 @pytest .mark .skipif (TT_STABILITY_TESTS , reason = "This is TT_STABILITY_TESTS" )
205204 @pytest .mark .parametrize ("template" , templates , ids = templates_ids )
206- @pytest .mark .skip (reason = "CVS-98026" )
207205 def test_nncf_export (self , template , tmp_dir_path ):
208206 tmp_dir_path = tmp_dir_path / "tiling_ins_seg"
209207 if template .entrypoints .nncf is None :
@@ -214,7 +212,6 @@ def test_nncf_export(self, template, tmp_dir_path):
214212 @e2e_pytest_component
215213 @pytest .mark .skipif (TT_STABILITY_TESTS , reason = "This is TT_STABILITY_TESTS" )
216214 @pytest .mark .parametrize ("template" , templates , ids = templates_ids )
217- @pytest .mark .skip (reason = "CVS-98026" )
218215 def test_nncf_validate_fq (self , template , tmp_dir_path ):
219216 tmp_dir_path = tmp_dir_path / "tiling_ins_seg"
220217 if template .entrypoints .nncf is None :
@@ -225,7 +222,6 @@ def test_nncf_validate_fq(self, template, tmp_dir_path):
225222 @e2e_pytest_component
226223 @pytest .mark .skipif (TT_STABILITY_TESTS , reason = "This is TT_STABILITY_TESTS" )
227224 @pytest .mark .parametrize ("template" , templates , ids = templates_ids )
228- @pytest .mark .skip (reason = "CVS-98026" )
229225 def test_nncf_eval (self , template , tmp_dir_path ):
230226 tmp_dir_path = tmp_dir_path / "tiling_ins_seg"
231227 if template .entrypoints .nncf is None :
@@ -236,7 +232,6 @@ def test_nncf_eval(self, template, tmp_dir_path):
236232 @e2e_pytest_component
237233 @pytest .mark .skipif (TT_STABILITY_TESTS , reason = "This is TT_STABILITY_TESTS" )
238234 @pytest .mark .parametrize ("template" , templates , ids = templates_ids )
239- @pytest .mark .skip (reason = "CVS-98026" )
240235 def test_nncf_eval_openvino (self , template , tmp_dir_path ):
241236 tmp_dir_path = tmp_dir_path / "tiling_ins_seg"
242237 if template .entrypoints .nncf is None :
0 commit comments