disable tests for haskellngPackages.http-streams since it doesn't include test modules
This commit is contained in:
parent
8495c101dc
commit
2d54eb7693
1 changed files with 3 additions and 0 deletions
|
@ -521,6 +521,9 @@ self: super: {
|
|||
# https://github.com/osa1/language-lua/issues/14
|
||||
language-lua = dontCheck super.language-lua;
|
||||
|
||||
# https://github.com/afcowie/http-streams/issues/80
|
||||
http-streams = dontCheck super.http-streams;
|
||||
|
||||
} // {
|
||||
|
||||
# Not on Hackage.
|
||||
|
|
Loading…
Reference in a new issue