haskell-store: disable spuriously failing test suite
This commit is contained in:
parent
539e9fc80c
commit
8b5c1190d6
1 changed files with 3 additions and 0 deletions
|
@ -1014,4 +1014,7 @@ self: super: {
|
||||||
# https://github.com/pontarius/pontarius-xmpp/issues/105
|
# https://github.com/pontarius/pontarius-xmpp/issues/105
|
||||||
pontarius-xmpp = dontCheck super.pontarius-xmpp;
|
pontarius-xmpp = dontCheck super.pontarius-xmpp;
|
||||||
|
|
||||||
|
# https://github.com/fpco/store/issues/77
|
||||||
|
store = dontCheck super.store;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue