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.
This commit is contained in:
Vladimír Čunát 2023-02-03 10:54:27 +01:00
parent 7755cf6045
commit 50c0e3188c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -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; {