]> git.ipfire.org Git - thirdparty/bind9.git/commit
Disable deadlines for hypothesis tests when running in CI
authorŠtěpán Balážik <stepan@isc.org>
Tue, 23 Apr 2024 13:48:18 +0000 (15:48 +0200)
committerPetr Špaček <pspacek@isc.org>
Tue, 28 May 2024 12:12:16 +0000 (12:12 +0000)
commitf55cacbbfd5eeaeb8e521895a0ffab8addeaad6f
tree3714680e3ec2634d0d7159764a15de4dbc9751af
parent9943172566e44ee4a93944e257717eb116b337f4
Disable deadlines for hypothesis tests when running in CI

The times it takes to run tests CI vary significantly enough
that it makes hypothesis test reach their deadlines and fail randomly
marking the tests as flaky.

This commit disables the deadlines when running in CI.
.gitlab-ci.yml
bin/tests/system/wildcard/tests_wildcard.py