Skip to content

Commit 75d1f42

Browse files
committed
this test is unsound with a db failure
1 parent 4657a4f commit 75d1f42

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hypothesis-python/tests/cover/test_deadline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def test_flaky_slow(i):
6666

6767

6868
def test_deadlines_participate_in_shrinking():
69-
@settings(deadline=500, max_examples=1000)
69+
@settings(deadline=500, max_examples=1000, database=None)
7070
@given(st.integers(min_value=0))
7171
def slow_if_large(i):
7272
if i >= 1000:

0 commit comments

Comments
 (0)