haskell-store: disable spuriously failing test suite

This commit is contained in:
Peter Simons 2016-10-01 19:35:10 +02:00
parent 539e9fc80c
commit 8b5c1190d6

View File

@ -1014,4 +1014,7 @@ self: super: {
# https://github.com/pontarius/pontarius-xmpp/issues/105
pontarius-xmpp = dontCheck super.pontarius-xmpp;
# https://github.com/fpco/store/issues/77
store = dontCheck super.store;
}