From c041ddcbaf8dc5bdde52ad97cbffc54e595e035a Mon Sep 17 00:00:00 2001 From: Mohamed-Ashraf273 Date: Tue, 16 Sep 2025 20:22:09 +0300 Subject: [PATCH] [OpenVINO backend] enable test_causal_lm_basics --- conftest.py | 1 - 1 file changed, 1 deletion(-) diff --git a/conftest.py b/conftest.py index 71c2e4ed9c..01acdffaf2 100644 --- a/conftest.py +++ b/conftest.py @@ -16,7 +16,6 @@ OPENVINO_SPECIFIC_SKIPPING_TESTS = { "test_backbone_basics": "bfloat16 dtype not supported", "test_score_loss": "Non-implemented roll operation", - "test_causal_lm_basics": "Missing ops and requires trainable backend", }