Unverified Commit 50c0e318 authored by Vladimír Čunát's avatar Vladimír Čunát
Browse files

knot-resolver: avoid a flaky test

The test is relatively sensitive on timing, so it can fail in case
a builder is heavily loaded.  In practice we occasionally see that
on *-darwin.  In distro such tests are more trouble than worth;
and we keep running these upstream anyway.
parent 7755cf60
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -90,7 +90,7 @@ unwrapped = stdenv.mkDerivation rec {
  doInstallCheck = with stdenv; hostPlatform == buildPlatform;
  nativeInstallCheckInputs = [ cmocka which cacert lua.cqueues lua.basexx lua.http ];
  installCheckPhase = ''
    meson test --print-errorlogs
    meson test --print-errorlogs --no-suite snowflake
  '';

  meta = with lib; {