ntpd-rs: disable testsuite, too flaky

This commit is contained in:
Franz Pletz 2024-07-20 03:06:54 +02:00
parent 9f8234f17e
commit f2a6b12af7
No known key found for this signature in database
GPG Key ID: 846FDED7792617B4

View File

@ -40,6 +40,9 @@ rustPlatform.buildRustPackage rec {
source utils/generate-man.sh
'';
# lots of flaky tests
doCheck = false;
checkFlags = [
# doesn't find the testca
"--skip=daemon::keyexchange::tests"