]> git.ipfire.org Git - thirdparty/bind9.git/commit
fix: test: Actually retry the flaky unit tests
authorŠtěpán Balážik <stepan@isc.org>
Mon, 13 Apr 2026 15:50:35 +0000 (15:50 +0000)
committerŠtěpán Balážik <stepan@isc.org>
Mon, 13 Apr 2026 15:50:35 +0000 (15:50 +0000)
commit28c3b990f939ef9931c70ef31cf43cdf773a0d4e
tree35845f8778b942c4e3c88b6be2eaeacb07d087a3
parent0633effb5be121c71b72973fc0e1c53ca81781bf
parent604f721ef8fc376821f8b6e24acaf7db6eb491a6
fix: test: Actually retry the flaky unit tests

In 237489caf I mistakenly put the environment variables controlling
the retry wrapper in a separate never used environment.

Merge branch 'stepan/actually-retry-flaky-unit-tests' into 'main'

See merge request isc-projects/bind9!11838