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 3c680c1 commit 7553281Copy full SHA for 7553281
tests/test_study/test_study_functions.py
@@ -4,7 +4,6 @@
4
import openml.study
5
from openml.testing import TestBase
6
import pandas as pd
7
-import pytest
8
9
10
class TestStudyFunctions(TestBase):
@@ -114,7 +113,6 @@ def test_publish_benchmark_suite(self):
114
113
self.assertEqual(study_downloaded.status, "deactivated")
115
# can't delete study, now it's not longer in preparation
116
117
- @pytest.mark.flaky()
118
def test_publish_study(self):
119
# get some random runs to attach
120
run_list = openml.evaluations.list_evaluations("predictive_accuracy", size=10)
0 commit comments