haskellPackages.blank-canvas: disable tests

The tests require a browser and possibly some manual
intervention. See https://github.com/ku-fpg/blank-canvas/issues/73
This commit is contained in:
Jack Kelly 2018-04-08 22:36:47 +10:00
parent 28cf1a7a65
commit 2d01bb7f6a

View File

@ -498,4 +498,7 @@ self: super: builtins.intersectAttrs super {
LDAP = dontCheck (overrideCabal super.LDAP (drv: {
librarySystemDepends = drv.librarySystemDepends or [] ++ [ pkgs.cyrus_sasl.dev ];
}));
# Tests require a browser: https://github.com/ku-fpg/blank-canvas/issues/73
blank-canvas = dontCheck super.blank-canvas;
}