mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 17:14:00 +00:00
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
@ -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 New Issue
Block a user