Skip to content

Commit 7553281

Browse files
authored
Removing flaky decorator for study unit test (#1024)
1 parent 3c680c1 commit 7553281

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_study/test_study_functions.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
import openml.study
55
from openml.testing import TestBase
66
import pandas as pd
7-
import pytest
87

98

109
class TestStudyFunctions(TestBase):
@@ -114,7 +113,6 @@ def test_publish_benchmark_suite(self):
114113
self.assertEqual(study_downloaded.status, "deactivated")
115114
# can't delete study, now it's not longer in preparation
116115

117-
@pytest.mark.flaky()
118116
def test_publish_study(self):
119117
# get some random runs to attach
120118
run_list = openml.evaluations.list_evaluations("predictive_accuracy", size=10)

0 commit comments

Comments
 (0)