Skip to content

Commit b6f38cd

Browse files
committed
changed test_list_flows_empty to use test_server instead
Signed-off-by: Omswastik-11 <omswastikpanda11@gmail.com>
1 parent e213873 commit b6f38cd

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/test_flows/test_flow_functions.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,9 +67,9 @@ def test_list_flows_output_format(self):
6767
assert isinstance(flows, pd.DataFrame)
6868
assert len(flows) >= 1500
6969

70-
@pytest.mark.production()
70+
@pytest.mark.use_test_server()
7171
def test_list_flows_empty(self):
72-
self.use_production_server()
72+
# self.use_production_server()
7373
flows = openml.flows.list_flows(tag="NoOneEverUsesThisTag123")
7474
assert flows.empty
7575

0 commit comments

Comments
 (0)