14
0
2025-09-02 15:26:06 +00:00
committed by Git OBS Bridge
parent ac14ecf860
commit cfd4c4d416

View File

@@ -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)