@@ -117,11 +117,6 @@ def _check_array(array, type_):
117117 np .testing .assert_array_equal (string_part , string_part_prime )
118118 else :
119119 assert run_prime_trace_content is None
120-
121- @pytest .mark .skipif (
122- os .getenv ("OPENML_USE_LOCAL_SERVICES" ) == "true" ,
123- reason = "Pending resolution of #1657" ,
124- )
125120 @pytest .mark .sklearn ()
126121 @pytest .mark .test_server ()
127122 def test_to_from_filesystem_vanilla (self ):
@@ -156,11 +151,6 @@ def test_to_from_filesystem_vanilla(self):
156151 TestBase .logger .info (
157152 f"collected from { __file__ .split ('/' )[- 1 ]} : { run_prime .run_id } " ,
158153 )
159-
160- @pytest .mark .skipif (
161- os .getenv ("OPENML_USE_LOCAL_SERVICES" ) == "true" ,
162- reason = "Pending resolution of #1657" ,
163- )
164154 @pytest .mark .sklearn ()
165155 @pytest .mark .flaky ()
166156 @pytest .mark .test_server ()
@@ -196,11 +186,6 @@ def test_to_from_filesystem_search(self):
196186 TestBase .logger .info (
197187 f"collected from { __file__ .split ('/' )[- 1 ]} : { run_prime .run_id } " ,
198188 )
199-
200- @pytest .mark .skipif (
201- os .getenv ("OPENML_USE_LOCAL_SERVICES" ) == "true" ,
202- reason = "Pending resolution of #1657" ,
203- )
204189 @pytest .mark .sklearn ()
205190 @pytest .mark .test_server ()
206191 def test_to_from_filesystem_no_model (self ):
@@ -306,11 +291,6 @@ def assert_run_prediction_data(task, run, model):
306291 # Assert correctness
307292 assert_method (y_pred , saved_y_pred )
308293 assert_method (y_test , saved_y_test )
309-
310- @pytest .mark .skipif (
311- os .getenv ("OPENML_USE_LOCAL_SERVICES" ) == "true" ,
312- reason = "Pending resolution of #1657" ,
313- )
314294 @pytest .mark .sklearn ()
315295 @pytest .mark .test_server ()
316296 def test_publish_with_local_loaded_flow (self ):
@@ -354,11 +334,6 @@ def test_publish_with_local_loaded_flow(self):
354334 # make sure the flow is published as part of publishing the run.
355335 assert openml .flows .flow_exists (flow .name , flow .external_version )
356336 openml .runs .get_run (loaded_run .run_id )
357-
358- @pytest .mark .skipif (
359- os .getenv ("OPENML_USE_LOCAL_SERVICES" ) == "true" ,
360- reason = "Pending resolution of #1657" ,
361- )
362337 @pytest .mark .sklearn ()
363338 @pytest .mark .test_server ()
364339 def test_offline_and_online_run_identical (self ):
0 commit comments