Skip to content

Commit a5eb7b9

Browse files
committed
wip
1 parent 776d233 commit a5eb7b9

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/test_properties.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -212,6 +212,10 @@ def test_first_last(data, array: dask.array.Array, func: str) -> None:
212212
assert_equal(first, second)
213213

214214

215+
from hypothesis import settings
216+
217+
218+
@settings(report_multiple_bugs=False)
215219
@given(data=st.data(), array=chunked_arrays())
216220
def test_topk_max_min(data, array):
217221
"top 1 == max; top -1 == min"

0 commit comments

Comments
 (0)