We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fa5b2d commit 9762024Copy full SHA for 9762024
1 file changed
tests/test_runs/test_run.py
@@ -341,6 +341,7 @@ def test_publish_with_local_loaded_flow(self):
341
342
@pytest.mark.sklearn()
343
@pytest.mark.test_server()
344
+ @pytest.mark.skip(reason="https://github.com/openml/openml-python/issues/1586")
345
def test_offline_and_online_run_identical(self):
346
extension = SklearnExtension()
347
0 commit comments