Skip to content

Commit

Permalink
haskellPackages.blank-canvas: disable tests
Browse files Browse the repository at this point in the history
The tests require a browser and possibly some manual
intervention. See ku-fpg/blank-canvas#73
  • Loading branch information
endgame committed Apr 8, 2018
1 parent 28cf1a7 commit 2d01bb7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pkgs/development/haskell-modules/configuration-nix.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

0 comments on commit 2d01bb7

Please sign in to comment.