haskell-github-rest: disable failing test suite to fix the build
This commit is contained in:
parent
857d39a5a3
commit
fa66e35df4
@ -288,6 +288,7 @@ self: super: {
|
|||||||
ghc-parmake = dontCheck super.ghc-parmake;
|
ghc-parmake = dontCheck super.ghc-parmake;
|
||||||
ghcid = dontCheck super.ghcid;
|
ghcid = dontCheck super.ghcid;
|
||||||
git-vogue = dontCheck super.git-vogue;
|
git-vogue = dontCheck super.git-vogue;
|
||||||
|
github-rest = dontCheck super.github-rest; # test suite needs the network
|
||||||
gitlib-cmdline = dontCheck super.gitlib-cmdline;
|
gitlib-cmdline = dontCheck super.gitlib-cmdline;
|
||||||
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
|
GLFW-b = dontCheck super.GLFW-b; # https://github.com/bsl/GLFW-b/issues/50
|
||||||
hackport = dontCheck super.hackport;
|
hackport = dontCheck super.hackport;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user