haskell-github-rest: disable failing test suite to fix the build

This commit is contained in:
Peter Simons 2019-11-08 18:29:16 +01:00
parent 857d39a5a3
commit fa66e35df4

View file

@ -288,6 +288,7 @@ self: super: {
ghc-parmake = dontCheck super.ghc-parmake;
ghcid = dontCheck super.ghcid;
git-vogue = dontCheck super.git-vogue;
github-rest = dontCheck super.github-rest; # test suite needs the network
gitlib-cmdline = dontCheck super.gitlib-cmdline;
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
hackport = dontCheck super.hackport;