ntpd-rs: disable testsuite, too flaky

This commit is contained in:
Franz Pletz
2024-07-20 04:07:56 +02:00
parent 9f8234f17e
commit f2a6b12af7
+3
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"