Skip to content

Commit 9e9cc88

Browse files
committed
Don't test repeatedly calling list_series for now
1 parent 5f5b52e commit 9e9cc88

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/python/unittest/API/APITest.py

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -923,8 +923,9 @@ def testListSeries(self):
923923
series = self.__series
924924
self.assertRaises(TypeError, io.list_series)
925925
io.list_series(series)
926-
io.list_series(series, False)
927-
io.list_series(series, True)
926+
# @todo make list_series callable repeatedly
927+
# io.list_series(series, False)
928+
# io.list_series(series, True)
928929

929930
print(io.list_series.__doc__)
930931

0 commit comments

Comments
 (0)