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:
parent
7755cf6045
commit
50c0e3188c
1 changed files with 1 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue