Unverified Commit f2a6b12a authored by Franz Pletz's avatar Franz Pletz
Browse files

ntpd-rs: disable testsuite, too flaky

parent 9f8234f1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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"