From e8e3d6e36d98eb6b29409fb44f25d81e1bb7ef7b Mon Sep 17 00:00:00 2001 From: Satvik Mishra <112589278+satvshr@users.noreply.github.com> Date: Sat, 17 Jan 2026 01:35:47 +0530 Subject: [PATCH] removed skip test --- tests/test_flows/test_flow_functions.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/test_flows/test_flow_functions.py b/tests/test_flows/test_flow_functions.py index 2339b27c8..875ba8517 100644 --- a/tests/test_flows/test_flow_functions.py +++ b/tests/test_flows/test_flow_functions.py @@ -338,7 +338,6 @@ def test_get_flow_reinstantiate_model_no_extension(self): reason="Requires scikit-learn!=0.19.1, because target flow is from that version.", ) @pytest.mark.production() - @pytest.mark.xfail(reason="failures_issue_1544", strict=False) def test_get_flow_with_reinstantiate_strict_with_wrong_version_raises_exception(self): self.use_production_server() flow = 8175