haskellPackages.ghcide-bench: dontCheck

This commit is contained in:
maralorn 2022-09-21 17:40:09 +02:00
parent 39a02ce041
commit bc5a846851

View file

@ -1045,6 +1045,9 @@ self: super: builtins.intersectAttrs super {
keid-render-basic = addBuildTool pkgs.glslang super.keid-render-basic;
# ghcide-bench tests need network
ghcide-bench = dontCheck super.ghcide-bench;
# haskell-language-server plugins all use the same test harness so we give them what we want in this loop.
} // pkgs.lib.mapAttrs
(_: overrideCabal (drv: {