diff --git a/external/deep-object-reid/tests/ote_cli/test_classification.py b/external/deep-object-reid/tests/ote_cli/test_classification.py index 71449c9c9ec..0a26844c6d1 100644 --- a/external/deep-object-reid/tests/ote_cli/test_classification.py +++ b/external/deep-object-reid/tests/ote_cli/test_classification.py @@ -141,7 +141,6 @@ def test_nncf_export(self, template): @e2e_pytest_component @pytest.mark.parametrize("template", templates, ids=templates_ids) - @pytest.mark.xfail(reason="CVS-82892") def test_nncf_eval(self, template): if template.entrypoints.nncf is None: pytest.skip("nncf entrypoint is none")