Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion tests/test_flows/test_flow_functions.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down