kicad: disable tests

due to an intermittent failure of the qa_pcbnew test
  https://gitlab.com/kicad/code/kicad/-/issues/9888
This commit is contained in:
Evils 2021-12-27 05:45:34 +01:00
parent 83e6fe5557
commit 2753f7c8e1

View File

@ -158,7 +158,9 @@ stdenv.mkDerivation rec {
;
# debug builds fail all but the python test
doInstallCheck = !debug;
#doInstallCheck = !debug;
# temporarily disabled until upstream issue 9888 is resolved
doInstallCheck = false;
installCheckTarget = "test";
dontStrip = debug;