@@ -280,6 +280,7 @@ def test_are_flows_equal_ignore_if_older(self):
280280 "No known models with list of lists parameters in older versions." ,
281281 )
282282 @pytest .mark .uses_test_server ()
283+ @pytest .mark .xfail (reason = "failures_issue_1544" , strict = False )
283284 def test_sklearn_to_flow_list_of_lists (self ):
284285 from sklearn .preprocessing import OrdinalEncoder
285286
@@ -337,6 +338,7 @@ def test_get_flow_reinstantiate_model_no_extension(self):
337338 reason = "Requires scikit-learn!=0.19.1, because target flow is from that version." ,
338339 )
339340 @pytest .mark .production ()
341+ @pytest .mark .xfail (reason = "failures_issue_1544" , strict = False )
340342 def test_get_flow_with_reinstantiate_strict_with_wrong_version_raises_exception (self ):
341343 self .use_production_server ()
342344 flow = 8175
@@ -527,6 +529,7 @@ def test_delete_flow_success(mock_delete, test_files_directory, test_api_key):
527529
528530
529531@mock .patch .object (requests .Session , "delete" )
532+ @pytest .mark .xfail (reason = "failures_issue_1544" , strict = False )
530533def test_delete_unknown_flow (mock_delete , test_files_directory , test_api_key ):
531534 openml .config .start_using_configuration_for_example ()
532535 content_file = test_files_directory / "mock_responses" / "flows" / "flow_delete_not_exist.xml"
0 commit comments