Skip to content

Commit

Permalink
this test is unsound with a db
Browse files Browse the repository at this point in the history
  • Loading branch information
tybug committed Dec 27, 2024
1 parent 2994e89 commit 5415656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hypothesis-python/tests/cover/test_deadline.py
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ def test_flaky_slow(i):


def test_deadlines_participate_in_shrinking():
@settings(deadline=500, max_examples=1000)
@settings(deadline=500, max_examples=1000, database=None)
@given(st.integers(min_value=0))
def slow_if_large(i):
if i >= 1000:
Expand Down

0 comments on commit 5415656

Please sign in to comment.