Skip to content

Commit

Permalink
Skip super-slow test for now
Browse files Browse the repository at this point in the history
See issue #1864; but I'm simply disabling it for now due to eb huge slowdown.
  • Loading branch information
Zac-HD committed Mar 13, 2019
1 parent 5782615 commit 354258d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hypothesis-python/tests/cover/test_simple_characters.py
Expand Up @@ -130,6 +130,7 @@ def test_whitelisted_characters_override():
assert_no_examples(st, lambda c: c not in good_characters + "0123456789")


@pytest.mark.skip # temporary skip due to 560 second (!) perf regression; see #1864
def test_blacklisted_characters():
bad_chars = u"te02тест49st"
st = characters(
Expand Down

0 comments on commit 354258d

Please sign in to comment.