]> git.ipfire.org Git - thirdparty/bind9.git/commit
chg: test: Disable statschannel RTT tests on FreeBSD
authorNicki Křížek <nicki@isc.org>
Tue, 10 Mar 2026 15:07:54 +0000 (16:07 +0100)
committerNicki Křížek <nicki@isc.org>
Tue, 10 Mar 2026 15:07:54 +0000 (16:07 +0100)
commitdae57bffbaf235ddd3d728945a8dc3c3a7cbdb24
treec8ba3a34cdb96f052051e591d9acc5a5c6d1ee1b
parentb8f19c6ce847e51ad51010b211141aee03e7f16a
parent495be0bb9ebe7d0c49efd1ea5646ffa4b422f263
chg: test: Disable statschannel RTT tests on FreeBSD

These tests rely on somewhat precise timing, as they test that answers
arrive in a particular latency bucket within the statschannel stats.
These tests are affected by various timing and network issues on our
FreeBSD CI runners and the results are very unstable. Skip these on
FreeBSD entirely.

Merge branch 'nicki/disable-statschannel-rtt-on-freebsd' into 'main'

See merge request isc-projects/bind9!11651