ntpd-rs: disable testsuite, too flaky
This commit is contained in:
parent
9f8234f17e
commit
f2a6b12af7
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user