diff --git a/python-hypothesis.spec b/python-hypothesis.spec index 44e9136..9dce92c 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -175,7 +175,7 @@ donttest+=" or fails_health_check or slow_tests or on_healthcheck or a_health_ch # and we are overriding the default deadline as well donttest+=" or test_backend_deadline_exceeded_raised_as_flaky_backend_failure or test_deadline_exceeded_can_be_raised_after_threads" # flaky tests -donttest+=" or test_has_string_of_max_length or test_database_listener_directory_move" +donttest+=" or test_has_string_of_max_length or test_database_listener_directory" # drop tests testing functionality we don't have rm tests/crosshair/test_crosshair.py # adapted from pytest.ini in github repo toplevel dir (above hypothesis-python)