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