Skip to content

Commit cf8e9db

Browse files
authored
[BUG] remove accidental skip of test_get_flow_with_reinstantiate_strict_with_wrong_version_raises_exception (#1618)
#### Metadata * Reference Issue: fixes #1617 * New Tests Added: No * Documentation Updated: No
1 parent 99928f8 commit cf8e9db

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

tests/test_flows/test_flow_functions.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,7 +338,6 @@ def test_get_flow_reinstantiate_model_no_extension(self):
338338
reason="Requires scikit-learn!=0.19.1, because target flow is from that version.",
339339
)
340340
@pytest.mark.production()
341-
@pytest.mark.xfail(reason="failures_issue_1544", strict=False)
342341
def test_get_flow_with_reinstantiate_strict_with_wrong_version_raises_exception(self):
343342
self.use_production_server()
344343
flow = 8175

0 commit comments

Comments
 (0)