Skip to content

Commit

Permalink
Remove skip on test_blacklisted_characters
Browse files Browse the repository at this point in the history
  • Loading branch information
DRMacIver committed Jul 4, 2019
1 parent c967334 commit deb3eb8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion hypothesis-python/tests/cover/test_simple_characters.py
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,6 @@ 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 deb3eb8

Please sign in to comment.